public Produit AfficherProduit(int IdProduit)
 {
     return(idao.AfficherProduit(IdProduit));
 }