protected function getDefaultActions()
 {
     $actions = parent::getDefaultActions();
     $actions[] = 'deleteConfirm';
     return $actions;
 }