public string update_nivel(nivel obj) { if (obj_nivel.update_nivel(obj)) { return("U200"); } else { return("U500"); } }