public ActionResult CreateStory(Story story, int themaId) { themeManager.AddStory(story, themaId); return(RedirectToAction("Theme", new { id = themaId })); }