public function _initialize()
 {
     parent::_initialize();
     $this->module = 'Businessproperty';
     $this->type = 'property';
 }
 public function _initialize()
 {
     parent::_initialize();
     $this->module = 'Businesstravel';
     $this->type = 'travel';
 }
 public function _initialize()
 {
     parent::_initialize();
     $this->module = 'Businessfitment';
     $this->type = 'fitment';
 }
 public function _initialize()
 {
     parent::_initialize();
     $this->module = 'Businessgover';
     $this->type = 'gover';
 }
 public function _initialize()
 {
     parent::_initialize();
     $this->module = 'Businesspet';
     $this->type = 'affections';
 }
 public function _initialize()
 {
     parent::_initialize();
     $this->module = 'Businesshelper';
     $this->type = 'housekeeper';
 }
 public function _initialize()
 {
     parent::_initialize();
     $this->module = 'Businesslease';
     $this->type = 'lease';
 }