partial void DeleteUpdate(Update instance);
 partial void UpdateUpdate(Update instance);
		private void detach_Updates(Update entity)
		{
			this.SendPropertyChanging();
			entity.Product = null;
		}
 partial void InsertUpdate(Update instance);
		private void attach_Updates(Update entity)
		{
			this.SendPropertyChanging();
			entity.Product = this;
		}