public function classify_room_del()
 {
     $return_func = 'classify_room';
     parent::busines_main_del($this->module, $this->type, $return_func);
 }
 public function gover_main_del()
 {
     $return_func = 'gover_room';
     parent::busines_main_del($this->module, $this->type, $return_func);
 }