public LinkedList <Category> getCategriesBookDoesntbelongTo(Book book) { return(database.getAllCategoriesMinusBookCategories(book)); }
public LinkedList <Author> getAllAuthorsMinuBookAuthors(Book book) { return(database.getAllAuthorsMinuBookAuthors(book)); }