fun insertOrders(orders: List<Order>): Deferred<Unit>
Inserts a list of orders in the Room Database.
orders - List of orders to insert.
orders