public ArrayList GetPlanningPeriod(string pstrCCNID) { DCPReportDS dsReport = new DCPReportDS(); return(dsReport.GetPlanningPeriod(pstrCCNID)); }