public static void updateCommune(CommuneDAO d) { CommuneDAL.updateCommune(d); }
public static void insertCommune(CommuneDAO d) { CommuneDAL.insertCommune(d); }
public static CommuneDAO getCommune(int idCommune) { CommuneDAO p = CommuneDAL.getCommune(idCommune); return(p); }