partial void DeleteShowsXGenre(ShowsXGenre instance);
 partial void UpdateShowsXGenre(ShowsXGenre instance);
		private void detach_ShowsXGenres(ShowsXGenre entity)
		{
			this.SendPropertyChanging();
			entity.Show = null;
		}
 partial void InsertShowsXGenre(ShowsXGenre instance);
		private void attach_ShowsXGenres(ShowsXGenre entity)
		{
			this.SendPropertyChanging();
			entity.Show = this;
		}