public EnrollmentsController(Student_Management_MVCContext context) { _context = context; }
public ResultsController(Student_Management_MVCContext context) { _context = context; }
public CoursesController(Student_Management_MVCContext context) { _context = context; }