public function __construct(TemplateFactory $templateFactory)
 {
     parent::__construct();
     $this->templateFactory = $templateFactory;
 }