private void detach_IdeaPlatforms(IdeaPlatform entity)
		{
			this.SendPropertyChanging();
			entity.Idea = null;
		}
		private void attach_IdeaPlatforms(IdeaPlatform entity)
		{
			this.SendPropertyChanging();
			entity.Idea = this;
		}
 partial void UpdateIdeaPlatform(IdeaPlatform instance);
 partial void DeleteIdeaPlatform(IdeaPlatform instance);
 partial void InsertIdeaPlatform(IdeaPlatform instance);