public ActionResult RemoveItemFromCart(string honeyName, int clientId)
 {
     return(cartsService.RemoveItemFromCart(honeyName, clientId));
 }