private void apoderadoToolStripMenuItem_Click(object sender, EventArgs e) { Unidad In = new Unidad(); In.MdiParent = this; In.Show(); }