public ActionResult <bool> IsEmpty(int clientId)
 {
     return(cartsService.IsEmpty(clientId));
 }