public IActionResult getInventarioSiaPrueba()
 {
     try
     {
         return(Ok(new { data = invjac.getInventarioSiaPrueba() }));
     }
     catch (Exception ex)
     {
         return(StatusCode(exception.exceptionHandler(ex), ex));
     }
 }