public function regionDown()
 {
     $this->region = new Region($this->request->id);
     $this->region->down();
     $this->request->clear();
     $this->request->id = $this->region->re_page;
     $this->request->initPanel = 1;
     FlashMessage::success(Strings::GESPEICHERT);
 }