function Save()
 {
     $obj = new Permisos();
     print_r(json_encode($obj->Save($_GET)));
 }