public void CheckWeather() {
     WeatherApi DataAPI = new WeatherApi(City);
     temp = DataAPI.GetTemp();
 }