private void verificadorToolStripMenuItem_Click(object sender, EventArgs e) { rut obj = new rut(); obj.MdiParent = this; obj.Show(); }