public DataSet GetEmployeeAttendanceInitialData(string[] strWhere, bool isUnion)
 {
     return(dal.GetEmployeeAttendanceInitialData(strWhere, isUnion));
 }