partial void DeleteShowsXCollection(ShowsXCollection instance);
 partial void UpdateShowsXCollection(ShowsXCollection instance);
		private void detach_ShowsXCollections(ShowsXCollection entity)
		{
			this.SendPropertyChanging();
			entity.Collection = null;
		}
 partial void InsertShowsXCollection(ShowsXCollection instance);
		private void attach_ShowsXCollections(ShowsXCollection entity)
		{
			this.SendPropertyChanging();
			entity.Show = this;
		}