public IEnumerable <Score> Get() { using (var context = databaseContextFactory.GetDbContext()) { return(context.Scores.ToList()); } }