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