//Edit Student private void editStudentBtn_Click(object sender, EventArgs e) { EditStudent edit = new EditStudent(); edit.Show(); }