public function actionIndex()
 {
     return $this->render('index', ['model' => Bases::find()->all()]);
 }