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