public IEnumerable <Pharmacies> GetAllNames()
 {
     return(pharmacyRepository.GetAllNames());
 }