public function __construct(ManagerInterface $manager, $pool)
 {
     parent::__construct($manager);
     $this->pool = $pool;
 }
 public function __construct(ManagerInterface $manager, $pool, $template)
 {
     parent::__construct($manager);
     $this->pool = $pool;
     $this->template = $template;
 }