private void btnAddPatient_Click(object sender, RoutedEventArgs e)
        {
            AddPatientWindow addPatientWindow = new AddPatientWindow(_userName);
            addPatientWindow.ShowDialog();

            LoadPatients(_userName);
        }
        private void btnAddPatient_Click(object sender, RoutedEventArgs e)
        {
            AddPatientWindow addPatientWindow = new AddPatientWindow(_userName);

            addPatientWindow.ShowDialog();

            LoadPatients(_userName);
        }