List <Setting> ISettingReview.GetSettings(Guid tenantId)
 {
     return(_dataSetting.GetSettings(tenantId, null));
 }