public CopiedOptionHandler(OptionHandler handler) : base(handler) { this.handler = handler; mapping = new Dictionary <IOptionItem, CopiedOptionItem>(); base.Init(handler); mapping[handler] = this; handler.AddView(this); }