/**
  * @return bool
  */
 public function acceptRace()
 {
     return $this->customer->confirm();
 }