private void AddToPool() { PoolItem obj = Instantiate(_prefab, transform); obj.OnRemove(OnRemoveCallback); }