public void Crea_nuevo_ascenso(String nom_ascenso, String fecha) //se crea objeto ascenso { Ascenso lesion = new Ascenso(nom_ascenso, fecha); }