public DataTable GetShiftPattern(int pintProductionLineID) { DCPReportDS dsReport = new DCPReportDS(); return(dsReport.GetShiftPattern(pintProductionLineID)); }