public void Quitar(Neurona neurona) { if (!Vacio()) { this.capa.Remove(neurona); } }
public void Agregar(Neurona neurona) { this.capa.Add(neurona); }