public function verifyAuth()
 {
     return (bool) AuthSession::getAutenticado();
 }