public List <Comment> GetCommentsByUsername(string userName) { return(_commentDal.GetCommentsByUsername(userName)); }