public IActionResult GetByActive(bool status)
 {
     return Ok(_pacotesRepository.ListaAtivos(status));
 }