@{ ViewBag.Title = "UpdateBUCosts"; Layout = "~/Views/Shared/_Layout.cshtml"; }
@using (Ajax.BeginForm("UpdateBUCosts", "Scenarios", new AjaxOptions() { HttpMethod = "POST" })) { }