public void Edit(Prescription entity)
 {
     _prescriptionRepository.Edit(entity);
 }