public BaseResponse <SystemConfigDepartment> Add(SystemConfigDepartment model)
 {
     return(shareService.AddSystemConfigDepartment(model));
 }