public function actionMassDeleteProgress()
 {
     $pageSize = Yii::app()->pagination->resolveActiveForCurrentUserByType('massDeleteProgressPageSize');
     $contactWebFormEntry = new ContactWebFormEntry(false);
     $dataProvider = $this->getDataProviderByResolvingSelectAllFromGet(new ContactWebFormsSearchForm($contactWebFormEntry), $pageSize, null, null);
     $this->processMassDeleteProgress('ContactWebFormEntry', $pageSize, ContactWebFormEntry::getModelLabelByTypeAndLanguage('Plural'), $dataProvider);
 }