private void disableWeatherForecasts(Event e) {
   for (WeatherForecast wf : e.getWeatherForecasts()) {
     weatherForecastFacade.disable(wf);
   }
 }