public ActionResult GetAllDepartments()
        {
            ViewBag.Departmentss = courseAssignManager.GetAllSDepartmentsForDropdown(); //this is warid's drop down

            ViewBag.Departments = departmentManager.GetAllDepartmentForDropDown();      //this is irfan's drop down

            return(View());
        }