public List <CommentsModel> GetAllComments()
 {
     return(_commentsRepository.GetAllComments());
 }