/// <summary>Detaches this instance from the entity specified so it's no longer an associated entity</summary>
 /// <param name="entity">The related entity to detach from</param>
 private void Detach_WorkOrders(WorkOrder entity)
 {
     this.SendPropertyChanging("WorkOrders");
     entity.ScrapReason = null;
 }
		/// <summary>Detaches this instance from the entity specified so it's no longer an associated entity</summary>
		/// <param name="entity">The related entity to detach from</param>
		private void Detach_WorkOrders(WorkOrder entity)
		{
			this.SendPropertyChanging("WorkOrders");
			entity.Product = null;
		}
		/// <summary>Detaches this instance from the entity specified so it's no longer an associated entity</summary>
		/// <param name="entity">The related entity to detach from</param>
		private void Detach_WorkOrders(WorkOrder entity)
		{
			this.SendPropertyChanging("WorkOrders");
			entity.ScrapReason = null;
		}