public IActionResult GetByActive(bool status)
 {
     return(Ok(_pacoteRepository.ListarPorAtivo(status)));
 }