@model LOC.Core.Model.Account.Account @{ ViewBag.Title = "Edit"; }

Edit

@using (Html.BeginForm()) { @Html.ValidationSummary(true)
Account @Html.HiddenFor(model => model.AccountId) @Html.Partial("_CreateOrEdit", Model)

}
@Html.ActionLink("Back to List", "Index")