public BaseListResponse <SPGetSystemConfigDepartment_Result> Search([FromUri] SystemConfigDepartmentQuery query)
 {
     return(shareService.FilterSystemConfigDepartment(query));
 }