private void btn_lra(object sender, RoutedEventArgs e) { LRA lraWindow = new LRA(); lraWindow.Show(); //this.Close(); }