public void InitializeWeatherGraph(int row, int column)
 {
     this.wg = new WeatherGrapher(row, column);
 }
 public void InitializeWeatherGraph()
 {
     this.wg = new WeatherGrapher();
 }