public IEnumerable <SummaryText> GetBookmarks()
 {
     return(_textBusiness.GetBookmarks(UserId));
 }