private void mnuPeriodos_Click(object sender, EventArgs e) { frmListaPeriodos lp = new frmListaPeriodos(); lp.MdiParent = this; lp.Show(); }