//Création d'un nouveau compte public Account ModifyAccount(Account userEntry) { return(_dal.UpdateAccount(userEntry)); }