public List <CountryStats> CountryStats(string country)
 {
     return(ForecastEngine.CountryHistory(country));
 }