private void CancelNewSectionButton_Click(object sender, RoutedEventArgs e)
 {
     NewSectionFlyout.Hide();
     NewSectionTextBox.Text = string.Empty;
 }
 private void AddNewSectionButton_Click(object sender, RoutedEventArgs e)
 {
     NewSectionFlyout.Hide();
 }