public static MvcHtmlString DefaultDropDownList(this HtmlHelper htmlHelper, string name) { return(htmlHelper.DefaultDropDownList(name, Enumerable.Empty <SelectListItem>())); }