public bool Post([FromBody] Comment comment)
 {
     return(productProvider.AddCommentToDatabase(comment));
 }