private void attach_FAQs(FAQ entity)
		{
			this.SendPropertyChanging();
			entity.PartsOfDBID = this;
		}
		private void detach_FAQs(FAQ entity)
		{
			this.SendPropertyChanging();
			entity.PartsOfDBID = null;
		}
 partial void DeleteFAQ(FAQ instance);
 partial void UpdateFAQ(FAQ instance);
 partial void InsertFAQ(FAQ instance);
		private void detach_FAQs(FAQ entity)
		{
			this.SendPropertyChanging();
			entity.UserAccount = null;
		}
		private void attach_FAQs(FAQ entity)
		{
			this.SendPropertyChanging();
			entity.UserAccount = this;
		}