partial void DeleteAnswer_Multi_Choice(Answer_Multi_Choice instance);
 partial void UpdateAnswer_Multi_Choice(Answer_Multi_Choice instance);
		private void detach_Answer_Multi_Choices(Answer_Multi_Choice entity)
		{
			this.SendPropertyChanging();
			entity.Survey_Request_Sent = null;
		}
 partial void InsertAnswer_Multi_Choice(Answer_Multi_Choice instance);
		private void detach_Answer_Multi_Choices(Answer_Multi_Choice entity)
		{
			this.SendPropertyChanging();
			entity.Answer = null;
		}