onSelect = ({ id }: Object) => {
    this.props.router.push(updateWeddingPartyMemberRoute(id));
  };