public TreePopupDialog( HComboTree father )
     : base(Gtk.WindowType.Popup)
 {
     this.father = father;
     this.Build();
 }
 public TreePopupDialog(HComboTree father) :
     base(Gtk.WindowType.Popup)
 {
     this.father = father;
     this.Build();
 }