isEqual: function(a, b) {
        b = b || this;
        return Ember.get(a, 'id') === Ember.get(b, 'id');
    }