private List<Season> GetActiveSeasons() { var seasonRepo = new SeasonRepository(); return seasonRepo.GetAllSeasons(); }