public static FilmDAO getInstance() { if (_filmDAO == null) { _filmDAO = new FilmDAO(); } return(_filmDAO); }