public bool ClearCart()
 {
     TransactionLibrary.ClearBasket();
     return(true);
 }