startAssisting: function() {
    this.setState({disabled: true})
    App.assistance.startAssisting(this.props.codeReview);
  },