public response GetReadersSpecificStory(int id) { GetStories myStories = new GetStories(); return(myStories.GetReadersSpecificStory(id)); }