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