synchronized (this) {
List<Inmobles> inmoblesVenedor = new ArrayList<Inmobles>();
InmobleItemDto inmoble = null;
facesContext = FacesContext.getCurrentInstance();
UserForm userForm = (UserForm) facesContext.getApplication().evaluateExpressionGet(facesContext, "#{userForm}", UserForm.class);
UsuariItemDto usuari = new UsuariItemDto();