protected function _prepareLayout()
 {
     parent::__construct();
     $taxBlock = $this->getLayout()->createBlock('pdfinvoiceplus/totals_tax')->setTemplate('pdfinvoiceplus/tax/order/tax.phtml');
     $this->setChild('tax', $taxBlock);
 }