private void changeConnectionColor()
 {
     ConnectionColor = Colors.ShowColorDialog(ConnectionColor, this);
 }