public void AddDecorator(IBrowsingSessionDecorator decorator)
 {
     Parent.AddDecorator(decorator);
 }