public GradesController(OneToManyMVCContext context)
 {
     _context = context;
 }
 public AmbionsController(OneToManyMVCContext context)
 {
     _context = context;
 }
 public StudentsController(OneToManyMVCContext context)
 {
     _context = context;
 }