Adicionalmente estan en groupbox diferentes asi que tambien veremos como asociarlos a otro groupbox.
groupBox2.Controls.Add (lbFechaMuerteFin);
groupBox2.Controls.Add (dtFechaMuerte);
label1.Location = new Point(625, 24);
label2.Location = new Point(761, 20);
groupBox1.Controls.Remove(lbFechaMuerteFin);
groupBox1.Controls.Remove(dtFechaMuerte);