public static object wmGetNextChapter(string ChaptId) { List <string> chapPaginationIds = new List <string>(); chapPaginationIds.Add(DocoManager.GetPreviousChapter(ChaptId, ArticleId).Id); chapPaginationIds.Add(DocoManager.GetNextChapter(ChaptId, ArticleId).Id); return(chapPaginationIds); }