public EnrollmentDbService(s18458Context context, IStudentDbService studentDb)
 {
     _context   = context;
     _studentDb = studentDb;
 }
 public StudentDbService(s18458Context context)
 {
     _context = context;
 }