public IEnumerable <Comment> GetCommentsByAuthor(int idUser)
 {
     return(_commentDao.GetCommentsByAuthor(idUser));
 }