public IHttpActionResult ObterPacotes() { var pacotes = repositorio.ObterPacotes(); return(Ok(new { dados = pacotes })); }