public long GetWordCount()
 {
     return(Chapters.Sum(i => i.GetWordCount()));
 }