internal async static Task <string> InsertOrderAsync(clsOrders prOrder)
 {
     return(await InsertOrUpdateAsync(prOrder, "http://localhost:60064/api/shop/PostOrder", "POST"));
 }