partial void DeleteTblComment(TblComment instance);
 partial void UpdateTblComment(TblComment instance);
 partial void InsertTblComment(TblComment instance);
 private void detach_TblComment(TblComment entity)
 {
     this.SendPropertyChanging();
     entity.TblUser = null;
 }
 private void attach_TblComment(TblComment entity)
 {
     this.SendPropertyChanging();
     entity.TblUser = this;
 }
 private void detach_TblComment_ParentCommentRef(TblComment entity)
 {
     this.SendPropertyChanging();
     entity.ParentCommentRefTblComment = null;
 }