public static void insertCommune(CommuneDAO p) { CommuneDAO.insertCommune(p); }
public static void insertCommune(CommuneViewModel p) { CommuneDAO.insertCommune(new CommuneDAO(p.idVilleProperty, p.nomVilleProperty, p.nomSpecialisteProperty)); }