public void Copy(PropertyImage other) { this.IsFeature = other.IsFeature; this.ImageUrl = other.ImageUrl; }