public DisplayTwo(WeatherData weatherData)
 {
     WeatherData = weatherData;
     weatherData.AddObserver(this);
 }