public function Menu()
 {
     $objsistema = new Sistema();
     print_r(json_encode($objsistema->menu()));
 }