public OgxSystemPage(RootPage root)
 {
     try
     {
         InitializeComponent();
         _model = new OGXViewModel()
         {
             Root = root
         };
         Init();
     }
     catch (Exception)
     {
     }
 }