public List <Game> GetAllGames() { var sortedList = ida.GetAllGames().OrderBy(x => x.ItemName).ToList(); return(sortedList); }