public List <GlueStationReport> GetGlueAllReport(string project, string dateFrom, string todate) { try { return(iProductionReport.GetGlueAllReport(project, dateFrom, todate)); } catch (Exception ex) { throw ex; } }