public string Put(int id, [FromBody] Product product) { return(ProductInformation.UpdateProduct(id, product)); }