private void ButtonAddSubPedio_OnClick(object sender, RoutedEventArgs e)
 {
     TextBoxPrecio.Focus();
 }
 private void SubPedidoDialogEditPage_OnLoaded(object sender, RoutedEventArgs e)
 {
     TextBoxPrecio.Focus();
 }