private void seatCoach_Click(object sender, RoutedEventArgs e) { CoachConfirm coachConfirm = new CoachConfirm(); coachConfirm.Show(); }