public void changeAdresse(string numAd, string rueAd, string villeAd, int id_soc) { societe.updateAddress(numAd, rueAd, villeAd, id_soc); }