public RecentStationsTestViewModel()
 {
     _stationPageProgress = new PageProgress();
     Stations             = new ObservableCollection <LastStation>();
 }
 public HistoryTestViewModel()
 {
     _historyPageProgress = new PageProgress();
     Tracks = new ObservableCollection <LastTrack>();
 }