public ActionResult Create() { ViewBag.DeptList = new SelectList(objEmp.GetDeptData(), "DeptId", "DeptName"); return(View()); }