partial void DeleteTUTORIAL(TUTORIAL instance);
 partial void InsertTUTORIAL(TUTORIAL instance);
 partial void UpdateTUTORIAL(TUTORIAL instance);
		private void detach_TUTORIALs(TUTORIAL entity)
		{
			this.SendPropertyChanging();
			entity.BIBLIOTECA = null;
		}