partial void DeleteWorkflowCurrentState(WorkflowCurrentState instance);
 partial void InsertWorkflowCurrentState(WorkflowCurrentState instance);
 partial void UpdateWorkflowCurrentState(WorkflowCurrentState instance);
		private void detach_WorkflowCurrentStates(WorkflowCurrentState entity)
		{
			this.SendPropertyChanging();
			entity.WorkflowType = null;
		}