public bool Update(HRPaidTimeOffDataContext db, int eNTAuditId, string objectName, int recordId, string propertyName, string oldValue, string newValue, byte auditType, int updateENTUserAccountId, Binary version)
        {
            int rowsAffected = db.ENTAuditUpdate(eNTAuditId, objectName, recordId, propertyName, oldValue, newValue, auditType, updateENTUserAccountId, version);

            return(rowsAffected == 1);
        }