<div class="form-group">
@Html.LabelFor(model => model.UserTypeMF.UserType, "User Type", htmlAttributes: new { @class = "control-label col-md-2" })
<div class="col-md-10">
@Html.DropDownList("UserType", null,"Select User Type", htmlAttributes: new { @class...