@model System.String @{ ViewBag.Title = "Tracking History"; }

Shipment Status

@{ Html.RenderAction("TrackResult", "Shipments", new { Id = @ViewBag.Id }); }