public EFScoreRepository(HighscoreContext ctx) : base(ctx) { }
public EFRepository(HighscoreContext ctx) { this.ctx = ctx; }