public MainWindow()
 {
     InitializeComponent();
     StartupFrame.Navigate(new StartupPage());
 }