@model LeafWeb.Web.ViewModels.LeafCharter.LeafCharterViewModel @Html.DropDownList("CurveId", new SelectList(Model.AvailableCurveId, Model.CurveId), "Select CurveId") @section Scripts { }