public DataTable GetBeginStock(int pintCycleID) { DCPReportDS dsReport = new DCPReportDS(); return(dsReport.GetBeginStock(pintCycleID)); }