public IHttpActionResult DevolverProduto(int id) { var reserva = repositorio.DevolverReserva(id); return(Ok(new { dados = reserva })); }