private void Connection_Complete(object sender, EventArgs e)
 {
     CloseConnectionControl?.Invoke(sender, e);
 }
 private void Cancel_Click(object sender, EventArgs e)
 {
     CloseConnectionControl?.Invoke(sender, e);
 }