public CellRendererCustom( ICustomCellTreeView father )
 {
     this.Father = father;
     this.Mode   = CellRendererMode.Editable;
 }
 public CellRendererCustom(ICustomCellTreeView father)
 {
     this.Father = father;
     this.Mode   = CellRendererMode.Editable;
 }