public bool IsCommentExist(int id)
 {
     return(_CommentRepository.CommentExistAndId(id));
 }