public ActionResult HomePage() { StoryManager sm = new StoryManager(); return(View(sm.GetAllStories())); }