public List <ProductStats> ProductStats(string productId)
 {
     return(ForecastEngine.ProductHistory(productId));
 }