public IHttpActionResult DeletarProduto(int id)
 {
     return(Ok(new { dados = repositorio.DeletarPacote(id) }));
 }