public Commande AfficherCommande(int IdCommande)
 {
     return(idao.AfficherCommande(IdCommande));
 }