public TransicionC(Terminal terminal, Cerradura next) { Terminal = terminal; EstadoSiguiente = next; Graficado = false; }