public function init()
 {
     parent::init();
     $this->_reportSrv = Application\Service\ReportService::getInstance();
 }
 public function init()
 {
     parent::init();
     $this->_preBillSrv = PreBillService::getInstance();
 }