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