public static async Task <bool> DeletePatientAsync(string MRN) { return(await PatientData.DeletePatientAsync(MRN)); }