public DataTable ListShift() { DCPReportDS dsReport = new DCPReportDS(); return(dsReport.GetShift()); }