public int GetCartItemCountOfUser(int id)
 {
     return(_shoppingCartItemRepository.GetCartItemCountOfUser(id));
 }