public Panier AfficherPanier(int IdPanier)
 {
     return(idao.AfficherPanier(IdPanier));
 }