private void detach_inspectionLines(inspectionLine entity)
		{
			this.SendPropertyChanging();
			entity.inspection = null;
		}
		private void attach_inspectionLines(inspectionLine entity)
		{
			this.SendPropertyChanging();
			entity.document = this;
		}
		private void detach_inspectionLines(inspectionLine entity)
		{
			this.SendPropertyChanging();
			entity.purchaseOrderLine = null;
		}
 partial void DeleteinspectionLine(inspectionLine instance);
 partial void UpdateinspectionLine(inspectionLine instance);
 partial void InsertinspectionLine(inspectionLine instance);