/**
  * Lists all Juiz models.
  * @return mixed
  */
 public function actionIndex()
 {
     $dataProvider = new ActiveDataProvider(['query' => Juiz::find()]);
     return $this->render('index', ['dataProvider' => $dataProvider]);
 }