private void Translation_Box_Y_GotKeyboardFocus(object sender, KeyboardFocusChangedEventArgs e)
 {
     Translation_Box_Y.SelectAll();
 }
 private void Translation_Box_Y_GotMouseCapture(object sender, MouseEventArgs e)
 {
     Translation_Box_Y.SelectAll();
 }