public List <HourlyTargetModel> DisplayProductionCount(string date) { try { return(iProductionReport.DisplayProductionCount(date)); } catch (Exception ex) { throw ex; } }