/**
  * @return self
  */
 public function clearRemoved()
 {
     if ($this->hasDependencies()) {
         $this->entity->clearRemoved();
     }
     return $this;
 }