private void btnBrowse_Click(object sender, RoutedEventArgs e) { PatientLookup lookup = new PatientLookup(this); lookup.Show(); this.Hide(); }