public void UpdateData(WeatherData wd)
 {
     throw new NotImplementedException();
 }
 public void InsertData(WeatherData wd)
 {
     context.weatherData.Add(wd);
 }