public function actionIndex()
 {
     return $this->render(['items' => Praktice::query()->all()]);
 }