public static string GetHotelId(long propertyid) { DataLayer.Property property = new DataLayer.Property(); return(property.GetHotelId(propertyid)); }