private void tipoIntimaciónToolStripMenuItem_Click(object sender, EventArgs e) { frmTipoIntimacion f = new frmTipoIntimacion(); f.MdiParent = this; f.Text = "Tipo Intimdacion"; f.MdiParent = this; f.Show(); }