partial void DeleteICMS(ICMS instance);
 partial void UpdateICMS(ICMS instance);
 partial void InsertICMS(ICMS instance);
		private void detach_ICMS(ICMS entity)
		{
			this.SendPropertyChanging();
			entity.Origem = null;
		}
		private void attach_ICMS(ICMS entity)
		{
			this.SendPropertyChanging();
			entity.Origem = this;
		}
		private void detach_ICMS(ICMS entity)
		{
			this.SendPropertyChanging();
			entity.SituacaoTributaria = null;
		}