public function actdel()
 {
     DealersMain::delUser();
     $this->redirect($_SERVER['HTTP_REFERER']);
 }