public Proceso() { ciclos = aleatorio.Next(4, 15); siguiente = null; }
public Procesador() { inicio = null; ultimo = null; }