public function deleteRegion()
 {
     $this->region = new Region($this->request->id);
     $this->region->delete();
     $this->request->clear();
     $this->request->id = $this->region->re_page;
     $this->request->initPanel = 1;
 }