private static string GetProviderName(string providerID)
 {
     PatientRecords patientRecords = new PatientRecords();
     return patientRecords.GetProviderNameFromID(providerID);
 }