public ActionResult Details(int id) { var item = _repo.GetTodoItem(id); return(PartialView("_TodoItemDetail", item)); }