public function index_del()
 {
     $return_func = 'index';
     parent::busines_del($this->module, $this->type, $return_func);
 }
 public function gover_del()
 {
     $return_func = 'gover';
     parent::busines_del($this->module, $this->type, $return_func);
 }