public IActionResult Get()
 {
     return Ok(_pacotesRepository.ListarTodos());
 }