public function __construct()
 {
     parent::__construct();
     $this->notifiedRelatives = new ArrayCollection();
     $this->notifiedAttorneys = new ArrayCollection();
 }