private void detach_Comments(Comment entity)
		{
			this.SendPropertyChanging();
			entity.Account = null;
		}
		private void attach_Comments(Comment entity)
		{
			this.SendPropertyChanging();
			entity.Account = this;
		}
 partial void UpdateComment(Comment instance);
 partial void DeleteComment(Comment instance);
 partial void InsertComment(Comment instance);