/** @ORM\PreRemove */
 public function preRemove($args = null)
 {
     parent::preRemove($args);
 }