public DataTable GetDeliveryForParent(string pstrCCNID) { DCPReportDS dsReport = new DCPReportDS(); return(dsReport.GetDemandWO(pstrCCNID)); }