public async Task <ICollection <Enrollment> > GetStudentEnrollments(string studentId)
 {
     return(await _enrollments.OfStudent(studentId));
 }