private void Roots_click(object sender, RoutedEventArgs e)
 {
     Roots.Begin();
     this.Frame.Navigate(typeof(NRRoots));
 }