ViewBag.userlevel = new SelectList(Enum.GetNames(typeof(AdminLevels)),"", "", teacher.userlevel);
@Html.DropDownList("usertitle", String.Empty)