public static void cambiarEstrategia(Coleccionable coleccion, EstrategiaComparar estrategia)
 {
     coleccion.cambiarComparador(estrategia);
 }