@Html.DropDownListFor(model => model.StuffId, new SelectList(ViewBag.StuffList, "Value", "Text"), "Please Select", new { required = "required" })
@Html.TextBoxFor(x => x.SomeStuff, "", new { @class = "form-control", placeholder = "Type in some stuff here" })