private void SetChapterList() { ChapterList = repo.GetChapters(SelectedBook); SelectedChapter = ChapterList[0]; }