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