var recCivis = _.filter(civis, function(c) {
                return (_.indexOf(this.recommendedCivis, c.id) != -1);
            }, this);