public double GetAverageGrades(Student student)
 {
     return(gradebook.GradesFor(student).Average());
 }