@using EnVisage.Code @using EnVisage.Models @model EnVisage.Models.ForecastDashboardOptionsModel
to
@Html.DropDownList("filterType", Utils.GetScenarioTypesPortfAndSched(), new { @id = "filterType", @class = "form-control" })
@Html.DropDownList("filterGroup", Utils.GetScenarioGroup(), new { @id = "group", @class = "form-control" })
@Html.DropDownList("filterClassification", Utils.GetProjectClassificationDropdown(), new { @id = "filterClassification", @class = "form-control" })
@Html.DropDownList("filterStatus", Utils.GetProjectStatusDropdown(), new { @id = "filterStatus", @class = "form-control" })