public async void StartTesting() { userTests = new UserTests(this); Application.Current.MainWindow.Close(); userTests.Show(); }