public void UpdateEntity(Pharmacies entity)
 {
     pharmacyRepository.UpdateEntity(entity);
 }