public void RemoveItem(string itemsName)
 {
     checkOutPage.RemoveItem(itemsName);
 }