public void LoadOfflineCities()
 {
     OfflineCities = new ObservableCollection <CityInformation>(SQLiteUtil.GetInformation());
 }