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

Create

@using (Html.BeginForm()) { @Html.ValidationSummary(true)
Account @Html.Partial("_CreateOrEdit", Model)

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