public void NextBook() { bool result = (showEmptyBooks) ? curRef.NextBook() : curRef.NextBook(booksPresentSet); if (result) { UpdateReference(); } }