public void UpdateFrom(UserWaypoint wp) { BeginUpdate(); this.GeocacheCode = wp.GeocacheCode; this.ID = wp.ID; this.Description = wp.Description; this.Lat = wp.Lat; this.Lon = wp.Lon; this.Date = wp.Date; EndUpdate(); }