public function actionIndex()
 {
     return $this->render('index', ['groups' => FollowGroup::findByIdentity()->all()]);
 }