// GET: api/Stories
 public IEnumerable <Story> Get()
 {
     return(_storyRepository.All());
 }