r.db(_this.database)
        .table(model)
        .get(id)
        .run()
        .catch(callback)