public bool Update(HRPaidTimeOffDataContext db, int eNTNotificationId, string description, string fromEmailAddress, string subject, string body, int updateENTUserAccountId, Binary version)
        {
            int rowsAffected = db.ENTNotificationUpdate(eNTNotificationId, description, fromEmailAddress, subject, body, updateENTUserAccountId, version);

            return(rowsAffected == 1);
        }