public static long GetSupplierId(long propertyId) { DataLayer.Property pr = new DataLayer.Property(); return(pr.GetSupplierId(propertyId)); }