@Transactional
 public void updateContact(Contact contact) {
   contactDAO.updateContact(contact);
 }