partial void DeleteTBLMRemark(TBLMRemark instance);
 partial void InsertTBLMRemark(TBLMRemark instance);
 partial void UpdateTBLMRemark(TBLMRemark instance);
		private void detach_TBLMRemarks(TBLMRemark entity)
		{
			this.SendPropertyChanging();
			entity.TBLMashat = null;
		}