public SQLGameRepository(gamesContext context) { this.db = context; }
public SQLCountryReprository(gamesContext context) { this.db = context; }