protected function setUser()
 {
     $idUser = Session::get('user');
     $user = User::find($idUser);
     $this->_set("usuario", $user);
 }