public float CountryForecast(CountryStats data)
 {
     return(ForecastEngine.CountryForecast(data));
 }