public List <long> GetChaptersList() { return(Chapters != "" ? Chapters.Split(',').Select(long.Parse).ToList() : new List <long>()); }