_mod.ajouterFilm(titre, lstGenres, realisateur, lstActeurs);
}
catch (DataFormatException dataFExcept){
info.showMessageDialog(_pnl, dataFExcept.getMessage(), ".:: Ajouter un film ::.", info.ERROR_MESSAGE);
} catch (SQLException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}