public IndexModel(RazorSportAreas.Data.RazorSportAreasContext context)
 {
     _context = context;
 }
 public DeleteModel(RazorSportAreas.Data.RazorSportAreasContext context)
 {
     _context = context;
 }
 public EditModel(RazorSportAreas.Data.RazorSportAreasContext context)
 {
     _context = context;
 }