@Html.DropDownListFor(model => model.PolicyInput.ProductId, Enumerable.Empty<SelectListItem>(), htmlAttributes: new { @class = "form-control select-2" } )