//*************************Create*************************************** public ActionResult Create() { SelectList positions = new SelectList(employeesDAO.GetAllPosition()); ViewBag.Position = positions; return(View()); }