public function __construct()
 {
     parent::__construct();
     $this->template = $this->templateEngine->readTemplate(Template::HTML_SELECT);
 }
 public function __construct()
 {
     parent::__construct();
     $this->template = $this->templateEngine->readTemplate(Template::HTML_CHECKBOX_GROUP);
 }