public function logout()
 {
     \User\Api\UserApi::Logout();
     $this->redirect('/User/Page/login');
 }