public ActionResult Save() { ViewBag.DesignationList = aDesignationManager.GetAllDesignationForDropdown(); ViewBag.DepartmentList = aDepartmentManager.GetAllDepartmentForDropdown(); return(View()); }