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