partial void DeleteInstructionImage(InstructionImage instance);
 partial void InsertInstructionImage(InstructionImage instance);
 partial void UpdateInstructionImage(InstructionImage instance);
		private void detach_InstructionImages(InstructionImage entity)
		{
			this.SendPropertyChanging();
			entity.Instruction = null;
		}