private void aLUNOToolStripMenuItem_Click(object sender, EventArgs e) { aLUNOToolStripMenuItem.Enabled = false; frmCadastroAluno frm = new frmCadastroAluno(); frm.MdiParent = this; frm.Show(); }