public StudentiRepository(StudentiContext context)
 {
     _context = context;
 }
 public StudentController(StudentiContext context)
 {
     _context = context;
 }