public String changeScopeTitule(String titule, String id) { scopeRepository.ChangeTitule(id, titule); return(id); }