public bool ChangeComment(int id, CommentEntity comment) { return(_commentDal.ChangeComment(id, comment)); }