@{ Layout = "~/Views/Shared/DisplayTemplates/_FieldLayout.cshtml"; } @if (Model != null) { @Html.ActionLink("View Vehicle Service", "Details", "VehicleService", new { id = Model}, null) }