private void detach_ReplyComments(ReplyComment entity)
		{
			this.SendPropertyChanging();
			entity.PostComment = null;
		}
 partial void DeleteReplyComment(ReplyComment instance);
 partial void InsertReplyComment(ReplyComment instance);
 partial void UpdateReplyComment(ReplyComment instance);
		private void attach_ReplyComments(ReplyComment entity)
		{
			this.SendPropertyChanging();
			entity.Employee = this;
		}