public void SetStudentGrade(Student student, int GradeGiven)
 {
     student.SetPupilGrade(GradeGiven);
 }