private void C_Y_GotMouseCapture(object sender, MouseEventArgs e)
 {
     C_Y.SelectAll();
 }
 private void C_Y_GotKeyboardFocus(object sender, KeyboardFocusChangedEventArgs e)
 {
     C_Y.SelectAll();
 }