public static bool Update(Presence bean, string adresse) { try { return(PresenceDAO.getUpdate(bean, adresse)); } catch (Exception ex) { throw new Exception(ex.Message); } }