public static void addPlage(DAOPlage plage) { DALPlage.addPlage(plage); }
public static void updatePlage(DAOPlage plage) { DALPlage.updatePlage(plage); }
public static DAOPlage getPlage(int id) { DAOPlage plage = DALPlage.getPlage(id); return(plage); }