public void WhenIApplyThePromotionalVoucher(Table table)
 {
     foreach (var row in table.Rows)
     {
         _basket_Controller.ApplyVoucher(row["VoucherCode"]);
     }
 }