public function __construct()
 {
     parent::__construct();
     $this->attachments = new \Doctrine\Common\Collections\ArrayCollection();
     $this->endorsements = new \Doctrine\Common\Collections\ArrayCollection();
     $this->revisions = new \Doctrine\Common\Collections\ArrayCollection();
 }
 public function __construct()
 {
     parent::__construct();
 }