public ActionResult <string> Get()
 {
     return(Ok(ProductOperations.GetProductList()));
 }