private void detach_AlbumGenres(AlbumGenre entity)
		{
			this.SendPropertyChanging();
			entity.Album = null;
		}
		private void attach_AlbumGenres(AlbumGenre entity)
		{
			this.SendPropertyChanging();
			entity.Album = this;
		}
 partial void UpdateAlbumGenre(AlbumGenre instance);
 partial void DeleteAlbumGenre(AlbumGenre instance);
 partial void InsertAlbumGenre(AlbumGenre instance);