FabTheatre ft = FabTheatre.getInstance();
try{
ft.setConnection(gc.getConnection());
//On récupèe la zone associée à cette id de zone
Zone z = new OutilsTheatre().getImageZonePlacesLibres(idZone, idSeance);
return proposeFauteuils(z,nb);
}catch(SQLException se){
se.printStackTrace();
}
return null;