public IEnumerable <Comment> GetCommentsByDate(DateTime date)
 {
     return(_commentDao.GetCommentsByDate(date));
 }