private MenuNode GetMenuConfiguracion()
        {
            /*
             * Configuración
             *  1. Usuario
             *          1.1 Perfil de Usuario (Ejemplo: Administrador, Caja, Mozo, Mozo Encargado)
             *      1.2 Usuario
             *  5. Forma de Pago (Ejemplo: Contado, Crédito)
             *          5.1 Medios de Pago (Ejemplo: Efectivo, Tarjeta, Vale)
             *  6 Productos
             *      6.1 Categoría (Ejemplo: Platos, Bebidas, Tragos, Postres)
             *      6.3 Producto
             *  7. Mesas
             *      7.1 Área (Ejemplo: Salón Principal, Exterior)
             *      7.2 Mesa
             *  8. Cliente
             *  9. Carta del Día
             *  9. Empresa
             */
            var instMenuNode = new MenuNode();

            instMenuNode.PropertyBodyHeight = 200;
            instMenuNode.PropertyTitle      = "Configuración";
            instMenuNode.PropertyPathImage  = "M22.279045,18.719475C20.804059,18.719475 19.327974,19.273442 18.202966,20.382415 17.11702,21.451381 16.518993,22.870341 16.518993,24.37728 16.518993,25.877232 17.112015,27.287189 18.188073,28.347153 19.42502,29.567114 21.132064,30.141101 22.816036,29.971093L20.544047,27.733159C20.017066,27.214194 19.727025,26.5222 19.727025,25.785224 19.727025,25.047272 20.018042,24.352287 20.548075,23.831308L21.746082,22.650347C22.826046,21.585379,24.585092,21.583365,25.665056,22.647326L27.971103,24.919255C28.146153,23.261319 27.567047,21.586355 26.331077,20.368408 25.215101,19.268438 23.74805,18.719475 22.279045,18.719475z M5.5689964,6.8070269C5.8570595,6.8070269 6.1451216,6.9153004 6.3646688,7.1318464 6.8037643,7.56394 6.8037643,8.2660913 6.3646688,8.6991844 5.9255743,9.1322775 5.2124195,9.1322775 4.773324,8.6991844 4.3342285,8.2660913 4.3342285,7.56394 4.773324,7.1318464 4.9928722,6.9153004 5.2809343,6.8070269 5.5689964,6.8070269z M5.4268923,5.689209C4.7918873,5.6902094 4.2808819,5.8862066 3.8848782,6.2762022 3.4928751,6.6621981 3.2828732,7.1931925 3.2948732,7.7711859 3.3078737,8.4541779 3.6258764,9.12817 4.1668816,9.6201644L15.777088,20.198016 15.822619,20.127297C16.105279,19.711231 16.431529,19.319431 16.799025,18.957443 17.176408,18.585705 17.583258,18.260341 18.012194,17.981359L18.036371,17.966474 7.32091,6.5541992C6.8189054,6.0182056,6.1278992,5.7032089,5.4268923,5.689209z M23.071236,1.9969091C22.749237,1.9965343,22.426988,2.116786,22.180989,2.3587904L13.841015,10.574926 14.504775,11.282347 15.529384,12.373586 23.958983,4.0688181C24.192983,3.8398142 24.319983,3.5358095 24.319983,3.2138042 24.319983,2.891799 24.192983,2.5877934 23.959983,2.3587904 23.714984,2.1182861 23.393235,1.9972839 23.071236,1.9969091z M23.069236,0C23.899484,-0.00024986267 24.72998,0.31075668 25.362979,0.93376637 25.980977,1.5417767 26.319976,2.3517895 26.319976,3.2138042 26.319976,4.0758181 25.980977,4.8858318 25.361979,5.4928417L16.898401,13.831628 19.946011,17.07742 20.066585,17.039039C20.78447,16.829308 21.527142,16.723962 22.269692,16.723026 24.249824,16.720531 26.229086,17.460513 27.73514,18.943466 29.942064,21.118383 30.606133,24.370292 29.427046,27.228201L28.860147,28.602149 24.260016,24.072298C23.957036,23.771313,23.458009,23.773296,23.150023,24.075288L21.952016,25.256249C21.806019,25.398243 21.727039,25.587233 21.727039,25.785224 21.727039,25.983215 21.805043,26.168207 21.947988,26.308217L26.57705,30.86706 25.158094,31.436042C24.211066,31.815027 23.219115,32.000018 22.238029,32.000018 20.23008,32.000018 18.262048,31.227064 16.78401,29.772094 15.324038,28.333145 14.518979,26.417223 14.518979,24.37728 14.518979,23.609681 14.632894,22.859235 14.852807,22.144664L14.873783,22.082098 10.008717,17.649282 2.3769903,25.167026 0,25.941027 0.79599667,23.590024 8.3553238,16.14279 2.819869,11.099147C1.8748598,10.238157 1.3198547,9.0391707 1.2948551,7.8101854 1.2728548,6.6771984 1.6948586,5.6272097 2.4808655,4.8512192 3.2648726,4.0792274 4.3208828,3.6622324 5.4658928,3.6892319 6.7019043,3.7142315 7.9099154,4.2592258 8.7799234,5.185215L12.47092,9.1162333 20.776993,0.93376637C21.408991,0.31175613,22.238989,0.00024986267,23.069236,0z";

            instMenuNode.Add(new MenuItems()
            {
                PropertyTitle = "Administrar", Page = new PGSGR_Administrar()
            });
            instMenuNode.Add(new MenuItems()
            {
                PropertyTitle = "Tipo de Cambio", Page = new PGSGR_ListadoTipoCambio()
            });

            var instTProductos = new MenuSubNode()
            {
                PropertyTitle = "Productos", PropertyBodyHeight = 60
            };

            instTProductos.Add(new MenuItems()
            {
                PropertyTitle = "Categoría", Page = new PGSGR_ListadoProductoCategoria()
            });
            instTProductos.Add(new MenuItems()
            {
                PropertyTitle = "Producto", Page = new PGSGR_ListadoProducto()
            });
            instMenuNode.Add(instTProductos);

            instMenuNode.Add(new MenuItems()
            {
                PropertyTitle = "Cliente", Page = new PGSGR_ListadoCliente()
            });
            instMenuNode.Add(new MenuItems()
            {
                PropertyTitle = "Carta del Día", Page = new PGSGR_ListadoCartaDia()
            });

            return(instMenuNode);
        }
        private MenuNode GetMenuCaja()
        {
            /*
             * Ventas
             *  1. Listado Ventas
             *  2. Registrar Venta
             *  3. Reportes
             *      3.1 Ventas Total del día
             *      3.2 Ventas por Categoría de Productos
             *      3.3 Ventas por Mozo
             */
            var instMenuNode = new MenuNode();

            instMenuNode.PropertyBodyHeight = 300;
            instMenuNode.PropertyTitle      = "Caja";
            instMenuNode.PropertyPathImage  = "M15.474001,26.425018C14.612001,26.425018 13.914003,27.122009 13.914003,27.985016 13.914003,28.846008 14.612001,29.545013 15.474001,29.545013 16.336001,29.545013 17.032962,28.846008 17.032962,27.985016 17.032962,27.122009 16.336001,26.425018 15.474001,26.425018z M10.690004,26.425018C9.8280047,26.425018 9.1309823,27.122009 9.1309823,27.985016 9.1309823,28.846008 9.8280047,29.545013 10.690004,29.545013 11.552004,29.545013 12.250002,28.846008 12.250002,27.985016 12.250002,27.122009 11.552004,26.425018 10.690004,26.425018z M5.9079598,26.425018C5.0469979,26.425018 4.3489998,27.122009 4.3489998,27.985016 4.3489998,28.846008 5.0469979,29.545013 5.9079598,29.545013 6.7700204,29.545013 7.4680184,28.846008 7.4680184,27.985016 7.4680184,27.122009 6.7700204,26.425018 5.9079598,26.425018z M15.474001,22.057007C14.612001,22.057007 13.914003,22.756012 13.914003,23.618011 13.914003,24.47702 14.612001,25.174011 15.474001,25.174011 16.336001,25.174011 17.032962,24.47702 17.032962,23.618011 17.032962,22.756012 16.336001,22.057007 15.474001,22.057007z M10.690004,22.057007C9.8280047,22.057007 9.1309823,22.756012 9.1309823,23.618011 9.1309823,24.47702 9.8280047,25.174011 10.690004,25.174011 11.552004,25.174011 12.250002,24.47702 12.250002,23.618011 12.250002,22.756012 11.552004,22.057007 10.690004,22.057007z M5.9079598,22.057007C5.0469979,22.057007 4.3489998,22.756012 4.3489998,23.618011 4.3489998,24.47702 5.0469979,25.174011 5.9079598,25.174011 6.7700204,25.174011 7.4680184,24.47702 7.4680184,23.618011 7.4680184,22.756012 6.7700204,22.057007 5.9079598,22.057007z M17.287967,18.021027C16.427005,18.021027 15.727968,18.719025 15.727968,19.57901 15.727968,20.442017 16.427005,21.138 17.287967,21.138 18.14899,21.138 18.846988,20.442017 18.846988,19.57901 18.846988,18.719025 18.14899,18.021027 17.287967,18.021027z M12.505007,18.021027C11.643007,18.021027 10.945009,18.719025 10.945009,19.57901 10.945009,20.442017 11.643007,21.138 12.505007,21.138 13.367006,21.138 14.065004,20.442017 14.065004,19.57901 14.065004,18.719025 13.367006,18.021027 12.505007,18.021027z M7.7219857,18.021027C6.8599862,18.021027 6.1619881,18.719025 6.1619881,19.57901 6.1619881,20.442017 6.8599862,21.138 7.7219857,21.138 8.5830086,21.138 9.2810067,20.442017 9.2810067,19.57901 9.2810067,18.719025 8.5830086,18.021027 7.7219857,18.021027z M28.362002,11.427002L31.810002,11.427002 31.810002,30.615021 31.810002,30.670013C31.810002,31.406006,31.213994,32,30.479009,32L22.758975,32 22.758975,30.615021 22.758975,26.071014C22.758975,21.97702,25.015017,19.042023,28.362002,17.124023z M12.093019,2.3700256C11.888002,2.3700256,11.72101,2.5370178,11.72101,2.7420044L11.72101,6.3770142C11.72101,6.5840149,11.888002,6.7510071,12.093019,6.7510071L25.167971,6.7510071C25.375003,6.7510071,25.541995,6.5840149,25.541995,6.3770142L25.541995,2.7420044C25.541995,2.5370178,25.375003,2.3700256,25.167971,2.3700256z M11.093019,0L26.169009,0C27.500003,0,28.580996,1.0840149,28.580996,2.4140015L28.580996,6.7060242C28.580996,8.0380249,27.500003,9.1170044,26.169009,9.1170044L20.367007,9.1170044 20.367007,11.426025 26.474002,11.426025 26.474002,16.490021C23.127017,18.413025,20.869998,21.97702,20.869998,26.071014L20.869998,30.615021 20.869998,32 1.3309941,32C0.59600852,32,1.3492172E-07,31.406006,0,30.670013L0,30.615021 0,26.071014C1.3492172E-07,21.97702,2.2570194,18.413025,5.6040047,16.490021L5.6040047,11.426025 16.893985,11.426025 16.893985,9.1170044 11.093019,9.1170044C9.7619647,9.1170044,8.6790169,8.0380249,8.6790169,6.7060242L8.6790169,2.4140015C8.6790169,1.0840149,9.7619647,0,11.093019,0z";

            instMenuNode.Add(new MenuItems()
            {
                PropertyTitle = "Apertura/Cierre de Caja", Page = new PGSGR_ListadoCierreCaja()
            });
            instMenuNode.Add(new MenuItems()
            {
                PropertyTitle = "Movimiento de Caja", Page = new PGSGR_ListadoMovimientoCaja()
            });
            instMenuNode.Add(new MenuItems()
            {
                PropertyTitle = "Facturación", Page = new PGSGR_ListadoVenta()
            });

            var instReporte = new MenuSubNode()
            {
                PropertyTitle = "Reportes", PropertyBodyHeight = 120
            };

            instReporte.Add(new MenuItems()
            {
                PropertyTitle = "Movimiento de Caja", Page = new Page()
            });
            instReporte.Add(new MenuItems()
            {
                PropertyTitle = "Saldo de Caja", Page = new Page()
            });
            instReporte.Add(new MenuItems()
            {
                PropertyTitle = "Ventas Total del día", Page = new PGSGR_ListadoVentaDia()
            });
            instReporte.Add(new MenuItems()
            {
                PropertyTitle = "Pedido Anulados", Page = new PGSGR_ListadoPedidoAnulado()
            });
            instMenuNode.Add(instReporte);

            return(instMenuNode);
        }