public String findProvider(Long id) {
    this.provider = providerFacade.findProvider(id);

    return "provider";
  }