private void MenuItem_Click_3(object sender, RoutedEventArgs e) { Investment_Main im = new Investment_Main(); this.Close(); im.Show(); }