public StudentController(IStudRepo studRepo)
 {
     _studRepo = studRepo;
 }
 public ConcurrencySampleController(IStudRepo studRepo)
 {
     StudRepo = studRepo;
 }