public static BookDAO getInstance() { if (bookDAO == null) { bookDAO = new BookDAO(); } return(bookDAO); }