public void GetStudentAverageGrade_Null_ArgumentNullException()
 {
     pHandler.GetStudentAverageGrade(null);
 }