private void StudentToolStripMenuItem1_Click(object sender, EventArgs e) { this.Hide(); StudentCRUD Stud = new StudentCRUD(); Stud.ShowDialog(); }