public void update(Book book) { bookDao.update(book); }
public void add(Book book) { bookDao.add(book); }