public PlayersController(Seb4VisionCSportViewContext context)
 {
     _context = context;
 }
 public MatchController(Seb4VisionCSportViewContext context)
 {
     _context = context;
 }