function export($model = null)
 {
     is_array($model) || ($model = $this->getModel($model));
     parent::common_export($this->model);
 }