private void intimacionesDeudaConvenioToolStripMenuItem_Click(object sender, EventArgs e) { Administracion.frmAsistenteIntimacionesPorDeuda f = new Administracion.frmAsistenteIntimacionesPorDeuda(); f.MdiParent = this; f.Show(); }