private void detach_ValidScopes(ValidScope entity)
		{
			this.SendPropertyChanging();
			entity.Definition = null;
		}
 partial void UpdateValidScope(ValidScope instance);
 partial void DeleteValidScope(ValidScope instance);
 partial void InsertValidScope(ValidScope instance);