public Dictionary <string, object> InitializeGauge(Dictionary <string, object> jsonResult)
 {
     htmlHelper.PivotReport = BindDefaultData();
     dict = htmlHelper.GetJsonData(jsonResult["action"].ToString(), ProductSales.GetSalesData());
     return(dict);
 }