// GET: Employee
 public ActionResult Index()
 {
     ViewBag.DepartmentInfo = empBll.GetDepartmentInfo();
     return(View());
 }