public Utilisateur AfficherCompte(int IdUtilisateur)
 {
     return(idao.AfficherCompte(IdUtilisateur));
 }