public static DataTable GetHotelFormattedDescription(long id) { DataLayer.Property property = new DataLayer.Property(); return(property.GetHotelFormattedDescription(id)); }