/**
  * @brief Activate an address book
  * @param bool $active
  * @return void
  */
 public function setActive($active)
 {
     $this->backend->setActive($active, $this->getId());
 }