public List <ActivityCategoryEntity> GetIndex(string userid, string deptId, string name) { return(service.GetIndex(userid, deptId, name)); }