private void initializePosParameter(long posId)
        {
            // Inicializar el valor incremental de lista
            this.setIncrementTableValues();
            // Inicializar la sucursal
            PointSaleService pointSaleService = new PointSaleService();

            pointSaleService.initialize(posId);
        }