public int GetCommentsCount(int id) { int count = 0; count = _commentsRepository.CountOfComments(id); return(count); }