private void detach_TB_MOVIMENTACAOs(TB_MOVIMENTACAO entity)
		{
			this.SendPropertyChanging();
			entity.TB_CONTA = null;
		}
		private void attach_CTA_s(TB_MOVIMENTACAO entity)
		{
			this.SendPropertyChanging();
			entity.CTA_ = this;
		}
		private void attach_TB_MOVIMENTACAOs(TB_MOVIMENTACAO entity)
		{
			this.SendPropertyChanging();
			entity.TB_CATEGORIA = this;
		}
 partial void DeleteTB_MOVIMENTACAO(TB_MOVIMENTACAO instance);
 partial void UpdateTB_MOVIMENTACAO(TB_MOVIMENTACAO instance);
 partial void InsertTB_MOVIMENTACAO(TB_MOVIMENTACAO instance);
		private void attach_TB_MOVIMENTACAOs(TB_MOVIMENTACAO entity)
		{
			this.SendPropertyChanging();
			entity.TB_BENEFICIARIO = this;
		}