private void collectionChanged()
        {
            MultiViewBar parent = this.Owner as MultiViewBar;

            if (parent != null)
            {
                parent.OnItemsChanged(EventArgs.Empty);
            }
        }