private void Button_Click(object sender, RoutedEventArgs e) { WaiterAuthentification wa = new WaiterAuthentification(); wa.Show(); this.Close(); }