void app_ModuleOperations(object sender, AppInitEventArgs e)
 {
     Bundle = this;
     PageFlowService.PageNodes.AddPageNode(new PageNode
     {
         Name = "LayoutPage",
         Bundle = this,
         Value = @"~\Plugins\UIShell.OlsonAdminShellPlugin\Views\Shared\_Layout.cshtml",
         Priority = 0
     });
     PageFlowService.PageNodes.AddPageNode(new PageNode
     {
         Name = "LayoutHome",
         Bundle = this,
         Value = @"\UIShell.OlsonAdminShellPlugin\Home\Index",
         Priority = 2
     });
 }
 void app_ModuleOperations(object sender, AppInitEventArgs e)
 {
 }