this
    .findOne()
    .where('name', data.name)
    .exec(function (err, org) {
      if (err) {