private void btnPatients_Click(object sender, RoutedEventArgs e) { PatientHome patient = new PatientHome(this); patient.Show(); this.Hide(); }