private void detach_FeedPostComments(FeedPostComment entity)
 {
     this.SendPropertyChanging();
     entity.FeedClimbingPost = null;
 }
 partial void UpdateFeedPostComment(FeedPostComment instance);
 partial void DeleteFeedPostComment(FeedPostComment instance);
 partial void InsertFeedPostComment(FeedPostComment instance);