function actdel()
 {
     DB::escapeGet();
     Codes::delCodesType();
     $this->redirect('/codes/');
 }