public StudentRepository(StudentDetailsContext _context)
 {
     this._context = _context;
 }
 public StudentController(StudentDetailsContext context)
 {
     _context = context;
 }