public NumeroPedidoRepositoryApp(INumeroPedidoService service)
 {
     _service = service;
 }