public Profesor mostrarProfesorPorClave(int legajo) {
   return BaseDeDatos.buscarProfesor(legajo);
 }