public void RemoveAll(long shoppingCartId)
 {
     _shoppingCartItemRepository.RemoveAll(shoppingCartId);
 }