@ModelAttribute("b2bCostCenterCurrencies")
 public List<SelectOption> getAllCostCenters() {
   return populateSelectBoxForString(companyB2BCommerceFacade.getAllCurrencies());
 }