this.grid.filter(
                    function(object){
                        return object.name != "xx";
                    }
                 );