Create an order model. This model will save the information on the cart after the purchase It must save the following information: ``` 'id', 'uuid', 'total', 'client_id' ``` Also it must to save the ProductsCart which are saved in the Cart