public StudentsController(StudentMgmtContext context) { _context = context; }
public CoursesController(StudentMgmtContext context) { _context = context; }