public StudentController(StudentRegistrationContext context)
 {
     _context = context;
 }
 public CoursesController(StudentRegistrationContext context)
 {
     _context = context;
 }