public Comenzar() { agenda = new Agenda(); opcion = 0; }
public void setAgenda(Agenda agenda) { this.agenda = agenda; }