public async Task <ActionResult> Edit(int id) { var story = await repository.GetStoryByID(id); return(PartialView(story)); }