partial void DeleteCOMENTARIO(COMENTARIO instance);
 partial void UpdateCOMENTARIO(COMENTARIO instance);
		private void detach_COMENTARIOs(COMENTARIO entity)
		{
			this.SendPropertyChanging();
			entity.NOTA = null;
		}
 partial void InsertCOMENTARIO(COMENTARIO instance);
		private void attach_COMENTARIOs(COMENTARIO entity)
		{
			this.SendPropertyChanging();
			entity.NOTA = this;
		}