public DataTable GetTotalWO(string pstrCCNID) { DCPReportDS dsDCPReport = new DCPReportDS(); return(dsDCPReport.GetTotalWO(pstrCCNID)); }