public PlayerRepository(EntitySQLiteContext context)
 {
     _context = context;
 }
 public MatchRepository(EntitySQLiteContext context)
 {
     _context = context;
 }