public int updateTournois(List <Tournoi> l)
 {
     return(bdd.updateTournois(l));
 }