public InputConnectorViewModel(ElementViewModel element, IOType iotype, string name, Color color)
     : base(element, iotype, name, color)
 {
 }