public async Task Delete(Prescription prescription) { _prescriptionRepo.DeletePrescription(prescription); await _prescriptionRepo.Save(); }