public YellowConsoleDisplay(WeatherStation station)
 {
     this._station = station;
 }
 public RedConsoleDisplay(WeatherStation station)
 {
     this._station = station;
 }