private void Button_Click_1(object sender, RoutedEventArgs e)
 {
     this.Hide();
     windowAddOrderFromSupplier.Show();
 }