internal void SetNameAndChannel(string AIName, MAIChannelPWM AIChannel) { groupBox1.Text = AIName; Channel = AIChannel; }