private void MinQty_KeyDown(object sender, KeyEventArgs e)
 {
     if (e.Key == Key.Enter)
     {
         OrderQty.Focus();
     }
 }