private void detach_PostComments(PostComment entity)
		{
			this.SendPropertyChanging();
			entity.Project = null;
		}
 partial void DeletePostComment(PostComment instance);
 partial void InsertPostComment(PostComment instance);
 partial void UpdatePostComment(PostComment instance);
		private void attach_PostComments(PostComment entity)
		{
			this.SendPropertyChanging();
			entity.Employee = this;
		}