public virtual IEnumerable <ScoreModel> GetMonthScores(string month, int year)
 {
     return(DataBridge.GetMonthScores(month, year).ToList());
 }