public function __construct()
 {
     parent::__construct();
     $this->notifiedPersons = new ArrayCollection();
     $this->attorneys = new ArrayCollection();
     $this->applicants = new ArrayCollection();
     $this->certificateProviders = new ArrayCollection();
 }