@* v3 Batch 3 "+ Add reference" picker: reuses the Raw project tree (RawTree) in picker mode to multi-select raw tags, scoped to the equipment's own cluster. The cluster scope is structural — IUnsTreeService.LoadReferencePickerRootAsync hands back a SINGLE cluster root, so raw tags of any other cluster are simply unreachable through the tree, not merely hidden. On commit the selected tag ids are added as UnsTagReference rows via AddReferencesAsync; the host reloads its Tags list. *@ @using ZB.MOM.WW.OtOpcUa.AdminUI.Uns @using ZB.MOM.WW.OtOpcUa.AdminUI.Components.Shared.Raw @inject IUnsTreeService Svc @if (Visible) {