/**
  * @When /^system dodaje klienta$/
  */
 public function systemDodajeKlienta()
 {
     $this->_client->register();
 }