private void alícuotasIVAToolStripMenuItem_Click(object sender, EventArgs e) { frmAlicuotasIva newMDIChild = new frmAlicuotasIva(); newMDIChild.MdiParent = this; newMDIChild.Show(); }