public House(House other) : base(other) { }
public virtual void CopyFrom(House other) { Address = other.Address; }