r.db(_this.database).table(model).get(id).run()
        .catch(callback)
        .then(function(data) {
            return !!(data);
        })