this.update = function(id, data, cb){
        var c = this.coleccion;
        c.update({_id:id}, { $set:data }, cb);
    };