public CricketRepo(MainDbContext context)
 {
     _context = context;
 }
 public Footballrepo(MainDbContext context)
 {
     _context = context;
 }