public function special_del()
 {
     $model = $this->getModel($this->model_name);
     parent::common_del($model);
 }
 function _initialize()
 {
     parent::_initialize();
 }