public void RemovePort(Port port) { Ports.Remove(port); }
public void AddPort(Port port) { Ports.Add(port); }