private void C_X_GotMouseCapture(object sender, MouseEventArgs e)
 {
     C_X.SelectAll();
 }
 private void C_X_GotKeyboardFocus(object sender, KeyboardFocusChangedEventArgs e)
 {
     C_X.SelectAll();
 }