The reasoning is not correct. Consider a much simpler problem: you have two men, two women and you want to pair them into couples, how many ways can you do this? If we let the men be A and B, and the women be 1 and 2, then the only two distinct pairs of couples we have are:
(A,1) and (B,2)...