private async void CheckNewDatabaseButton_OnTapped(object sender, TappedRoutedEventArgs e)
 {
     await StaticMethod.CheckForDatabase();
 }