partial void DeletehasBadge(hasBadge instance);
 partial void InserthasBadge(hasBadge instance);
 partial void UpdatehasBadge(hasBadge instance);
 private void attach_hasBadges(hasBadge entity)
 {
     this.SendPropertyChanging();
     entity.Badge = this;
 }
 private void detach_hasBadges(hasBadge entity)
 {
     this.SendPropertyChanging();
     entity.Badge = null;
 }
 partial void DeletehasBadge(hasBadge instance);
 partial void UpdatehasBadge(hasBadge instance);
 partial void InserthasBadge(hasBadge instance);
	private void detach_hasBadges(hasBadge entity)
	{
		this.SendPropertyChanging();
		entity.Badge = null;
	}
	private void attach_hasBadges(hasBadge entity)
	{
		this.SendPropertyChanging();
		entity.Badge = this;
	}