private void B_X_GotMouseCapture(object sender, MouseEventArgs e)
 {
     B_X.SelectAll();
 }
 private void B_X_GotKeyboardFocus(object sender, KeyboardFocusChangedEventArgs e)
 {
     B_X.SelectAll();
 }