private void btn_add_Click(object sender, RoutedEventArgs e) { Booking obj = new Booking(); obj.Show(); }