this.model
        .save()
        .then(function (provider) {
          self.router.transitionTo('providers.show', provider);
        })