public void AddInCable(Cable cable) { inCables_.Add(cable); }
public void AddOutCable(Cable cable) { outCables_.Add(cable); }