partial void DeletedocItem(docItem instance);
 partial void UpdatedocItem(docItem instance);
		private void detach_docItems(docItem entity)
		{
			this.SendPropertyChanging();
			entity.itemComment = null;
		}
 partial void InsertdocItem(docItem instance);
		private void attach_docItems(docItem entity)
		{
			this.SendPropertyChanging();
			entity.itemComment = this;
		}