private void mnAdmin_Click(object sender, EventArgs e) { frmAdmin adminWindow = new frmAdmin(); adminWindow.ShowDialog(); }