/**
  * @param array $properties
  * @return boolean
  */
 public function readByProperties($properties)
 {
     return $this->_mapper->readByProperties($this, $properties);
 }