public List <Comment> Get(int id)
 {
     return(productProvider.GetCommentsFromDatabase(id));
 }