private void StartPivot_Loaded(object sender, System.Windows.RoutedEventArgs e)
 {
     boardview.LoadMyBoardsPage();
     notificationview.LoadMyNotificationsPage();
     cardview.LoadMyCardsPage();
 }