public ConsoleWheaterViewer(WeatherStation wheaterStation)
 {
     this.observedWeatherStation = wheaterStation;
 }
 public PhoneWeatherViewer(WeatherStation wheaterStation)
 {
     this.observedWeatherStation = wheaterStation;
 }