private void modBut_Click(object sender, RoutedEventArgs e) { Modify_Records mod = new Modify_Records(); this.Hide(); mod.Show(); }