public virtual void ShowItem(int itemId)
 {
     _decoratedLayer.ShowItem(itemId);
 }