/**
  * Set template in constructor method
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('standard/success.phtml');
 }
 /**
  * Constructor
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('custom_ticket/success.phtml');
 }