public Pharmacy Get(int id)

        {
            return(_finderService.GetPharmacyById(id));
        }