private void chatClientsOnlyOption(object sender, RoutedEventArgs e)
        {
            ChatWPFClient chatBox = new ChatWPFClient();

            chatBox.Show();
            this.Close();
        }
 private void chatClientsOnlyOption(object sender, RoutedEventArgs e)
 {
     ChatWPFClient chatBox = new ChatWPFClient();
     chatBox.Show();
     this.Close();
 }