public function actionIndex()
 {
     $dataProvider = Settings::search();
     return $this->render('index', ['dataProvider' => $dataProvider]);
 }