private void OnRemoveCity(City city)
 {
     Store.Dispatch(StoreAction.NewCityRemoved(city));
 }