public IResult GetChartDetails(int showType) { var ChartDetails = _approvalManager.GetChartDetails(showType); return(ChartDetails); }