render() {
    return <LoadRecord id={this.props.id} render={this.renderContent.bind(this)} />
  }