internal PageLayout(NativePageLayout native)
 {
     Root = native.Root.FromNative();
 }
 public PageLayout(Panel root)
 {
     Root = root;
 }