You can remove the node from MainForm.RootPane and then add it again. It will be the last one.
p.RemoveNodeFromParent
MainForm.RootPane.AddNode(p, ...)
Unless you mean reordering the position on the screen. Then you have to loop through the views and change their position.
You can use MainForm.RootPane.GetAllViewsRecursive