public IEnumerable <Story> GetBestStories()
 {
     return(_service.GetBest());
 }