public static void GDSUpdatePropertyDescription(long PropertyId, string Description) { DataLayer.Property bok = new DataLayer.Property(); bok.GDSUpdatePropertyDescription(PropertyId, Description); }