add: function(value) {
            this._super(value);
            this.itemReflectArray.push(value);
            return true;
        },