public function logoutAction()
 {
     Identity::clearAuth();
     return $this->redirect('/');
 }