public static void RemoveCity(CityInfo city) { AllCity.Remove(city); }
public static void AddCity(CityInfo city) { AllCity.Add(city); }