public override void RefineStations() { Stations = Stations .OrderByDescending(p => p.TotalBases) .Take(10) .ToList(); }