@model MileageTraker.Web.ViewModels.VehicleService.VehicleServiceViewModel @{ ViewBag.Title = "Create Vehicle Service"; }

@ViewBag.Title

@using (Html.BeginForm("Create", "VehicleService", FormMethod.Post, new { @class = "form-horizontal well center-content" })) { @Html.Partial("_ValidationSummary")
@Html.EditorForModel()
}