public function __construct(array $options = array())
 {
     parent::__construct($options);
     $this->eventDispatcher = new EventDispatcher();
 }