return l;
}
public ArrayList<Vente> histoAchat(){
MysqlGestionVente dbVente = new MysqlGestionVente();
return dbVente.venteUtilisateur(user);
}
public int rechargerCompte(int montant){
MysqlGestionUtilisateur dbUti = new MysqlGestionUtilisateur();
dbUti.updateSolde(user, montant);