partial void UpdateTBLMashat(TBLMashat instance);
 partial void DeleteTBLMashat(TBLMashat instance);
 partial void InsertTBLMashat(TBLMashat instance);
		private void detach_TBLMashats(TBLMashat entity)
		{
			this.SendPropertyChanging();
			entity.User = null;
		}
		private void attach_TBLMashats(TBLMashat entity)
		{
			this.SendPropertyChanging();
			entity.User = this;
		}
		private void detach_TBLMashats(TBLMashat entity)
		{
			this.SendPropertyChanging();
			entity.CDSubCommitte = null;
		}
		private void attach_TBLMashats(TBLMashat entity)
		{
			this.SendPropertyChanging();
			entity.CDSyndicate = this;
		}