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