I passed the id from one controller (Index) to another (Details), and added a ViewData statement to save data in the details view, and forward it to a View on another controller.
@Html.EditorFor(model => model.PersonID)
How do I modify this statement to enter a ViewData element?