public IEnumerable <CommentViewModel> GetAllComments()
 {
     return(_commentLogic.GetAllComments());
 }