public int updateCaracteristiques(List <Caracteristique> l)
 {
     return(bdd.updateCaracteristiques(l));
 }