public StoryModel getStoriesBySEQID(int seqid) { // StoryRepository _story = new StoryRepository(); return(_story.getStoriesBySEQID(seqid)); }