//Sluit scherm
 public void Close()
 {
     windowOwner.Show();
     windowOwner.UpdateDataGridPanelWithStudent("");
     windowAddStudent.Close();
 }