private void detach_UnitPropertyValues(UnitPropertyValue entity)
		{
			this.SendPropertyChanging();
			entity.Unit = null;
		}
		private void attach_UnitPropertyValues(UnitPropertyValue entity)
		{
			this.SendPropertyChanging();
			entity.Unit = this;
		}
 partial void UpdateUnitPropertyValue(UnitPropertyValue instance);
 partial void DeleteUnitPropertyValue(UnitPropertyValue instance);
 partial void InsertUnitPropertyValue(UnitPropertyValue instance);