public List <ActivityCategoryEntity> GetActivityCategories(string deptid) { return(service.GetActivityCategories(deptid)); }