async public Task <ActionResult> Scores() { return(PartialView(await ScoreHandler.GetAllScores())); }