/**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
 }
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->question = new \Doctrine\Common\Collections\ArrayCollection();
 }