public DataTable SelectSampleTaskForMAS(string strSubTaskID, bool b, int intPageIndex, int intPageSize)
 {
     return(access.SelectSampleTaskForMAS(strSubTaskID, b, intPageIndex, intPageSize));
 }