public static String GetGDSHotelImage(long PropertyID) { DataLayer.Property pr = new DataLayer.Property(); return(pr.GetGDSHotelImage(PropertyID)); }