public static void Delete(long propertyid) { DataLayer.Property property = new DataLayer.Property(); property.Delete(propertyid); }