public static void requestDeleteProduct(int userId, int ItemId) { CartHandler.deleteCartItem(userId, ItemId); }