public Inverter(BaseNode argChild) : base()
 {
     child = argChild;
 }