public List <Department> RetrieveDepartment() { List <Department> deptlist = scservice.GetAllDepartment(); return(deptlist); }