public void UpdateUI(List <WeatherDetails> data, bool isNextDays)
 {
     model.UpdateUI(data, isNextDays);
 }