public VendorInfo[] GetVendorList(int cityId) { var svc = new CommonServiceClient(); return svc.GetVendorsFromCity(cityId); }