public Book fetchBook(long id) throws SystemException {
   return bookPersistence.fetchByPrimaryKey(id);
 }