private void ReloadModsList()
 {
     ModsPanel.Children.Clear();
     ModDatabase.ClearDatabase();
     ModDatabase.LoadAll();
 }