private void MenuItem_Click_4(object sender, RoutedEventArgs e) { Installment_Bill ib = new Installment_Bill(); this.Close(); ib.Show(); }