public ActionResult Index()
		{
            ViewBag.Departments = departmentBll.GetDepartments();
		    ViewBag.Designations = teacherBll.GetDesignation();
			return View();
		}