set => SetProperty(ref _record, value);
public _record(_record source) { this.Location = source.Location; this.Max = source.Max; this.Min = source.Min; }