public static string GetLocationString(string locationID)
 {
     PatientRecords patientRecords = new PatientRecords();
     return patientRecords.GetLocationNameFromID(locationID);
 }