public function actionIndex()
 {
     $dataProvider = Websites::find()->provider(['pagination' => false]);
     return $this->render('index', ['dataProvider' => $dataProvider]);
 }