public IEnumerable <CommentEntity> GetCommentsByUserId(int userId) { return(_commentDal.GetCommentsByUserId(userId)); }