public List <Pharmacy> Get()
 {
     return(_finderService.GetAllPharmacies());
 }