public IActionResult GetOrderBy(int valor)
 {
     return(Ok(_pacoteRepository.ListarPorPrecoAscendente(valor)));
 }