/** {@inheritDoc} */
 public function setStatus($status)
 {
     $this->changedProperties['status'] = true;
     parent::setStatus($status);
 }