private void studentButton_Click(object sender, EventArgs e) { StudentForm studentForm = new StudentForm(); studentForm.Visible = true; }