@Override
 public CartOrder findByShoppingCartGuid(final String guid) {
   return cartOrderDao.findByShoppingCartGuid(guid);
 }