private void Button_Click(object sender, RoutedEventArgs e) { AddGivingDishes GivingDishesWin = new AddGivingDishes(); GivingDishesWin.ShowDialog(); }