protected override IEnumerable GetResults()
 {
     StoryService.ServiceQueryOptions options = new StoryService.ServiceQueryOptions();
     options.PageNumber = Grid.CurrentPageIndex;
     options.PageSize = Grid.PageSize;
     return SessionManager.GetCollection<TransitAccountStory, StoryService.ServiceQueryOptions, string>(
         SearchQuery, options, SessionManager.StoryService.SearchAccountStories);
 }
 protected override IEnumerable GetResults()
 {
     StoryService.ServiceQueryOptions options = new StoryService.ServiceQueryOptions();
     options.PageNumber = Grid.CurrentPageIndex;
     options.PageSize   = Grid.PageSize;
     return(SessionManager.GetCollection <TransitAccountStory, StoryService.ServiceQueryOptions, string>(
                SearchQuery, options, SessionManager.StoryService.SearchAccountStories));
 }