private void ChangeSelection()
 {
     if (Exit.IsFocused)
     {
         Apply.Focus();
     }
     else
     {
         Exit.Focus();
     }
 }