public async Task <ActionResult> DeleteBidFromCart(int bidId) { await bidService.DeleteBidInCart(bidId); return(Ok()); }