diff --git a/PrototypWPFHAG.sln b/PrototypWPFHAG.sln
new file mode 100644
index 0000000..52454a2
--- /dev/null
+++ b/PrototypWPFHAG.sln
@@ -0,0 +1,25 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 17
+VisualStudioVersion = 17.13.35825.156
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PrototypWPFHAG", "PrototypWPFHAG\PrototypWPFHAG.csproj", "{8E00F1CF-96A3-44B9-A1D9-3D6BA67A79A4}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {8E00F1CF-96A3-44B9-A1D9-3D6BA67A79A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {8E00F1CF-96A3-44B9-A1D9-3D6BA67A79A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {8E00F1CF-96A3-44B9-A1D9-3D6BA67A79A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {8E00F1CF-96A3-44B9-A1D9-3D6BA67A79A4}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {686F44A2-99E9-4110-AA2C-695132B674B6}
+ EndGlobalSection
+EndGlobal
diff --git a/PrototypWPFHAG/App.xaml b/PrototypWPFHAG/App.xaml
new file mode 100644
index 0000000..48557f0
--- /dev/null
+++ b/PrototypWPFHAG/App.xaml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PrototypWPFHAG/App.xaml.cs b/PrototypWPFHAG/App.xaml.cs
new file mode 100644
index 0000000..a0ca4ca
--- /dev/null
+++ b/PrototypWPFHAG/App.xaml.cs
@@ -0,0 +1,13 @@
+using System.Configuration;
+using System.Data;
+using System.Windows;
+
+namespace PrototypWPFHAG;
+
+///
+/// Interaction logic for App.xaml
+///
+public partial class App : Application
+{
+}
+
diff --git a/PrototypWPFHAG/AssemblyInfo.cs b/PrototypWPFHAG/AssemblyInfo.cs
new file mode 100644
index 0000000..cc29e7f
--- /dev/null
+++ b/PrototypWPFHAG/AssemblyInfo.cs
@@ -0,0 +1,10 @@
+using System.Windows;
+
+[assembly:ThemeInfo(
+ ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
+ //(used if a resource is not found in the page,
+ // or application resource dictionaries)
+ ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
+ //(used if a resource is not found in the page,
+ // app, or any theme specific resource dictionaries)
+)]
diff --git a/PrototypWPFHAG/Images/databaseicon.png b/PrototypWPFHAG/Images/databaseicon.png
new file mode 100644
index 0000000..2acb337
Binary files /dev/null and b/PrototypWPFHAG/Images/databaseicon.png differ
diff --git a/PrototypWPFHAG/MainWindow.xaml b/PrototypWPFHAG/MainWindow.xaml
new file mode 100644
index 0000000..d20a05a
--- /dev/null
+++ b/PrototypWPFHAG/MainWindow.xaml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/PrototypWPFHAG/MainWindow.xaml.cs b/PrototypWPFHAG/MainWindow.xaml.cs
new file mode 100644
index 0000000..565655a
--- /dev/null
+++ b/PrototypWPFHAG/MainWindow.xaml.cs
@@ -0,0 +1,24 @@
+using System.Text;
+using System.Windows;
+using System.Windows.Controls;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Input;
+using System.Windows.Media;
+using System.Windows.Media.Imaging;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using MahApps.Metro.Controls;
+
+namespace PrototypWPFHAG;
+
+///
+/// Interaction logic for MainWindow.xaml
+///
+public partial class MainWindow : MetroWindow
+{
+ public MainWindow()
+ {
+ InitializeComponent();
+ }
+}
\ No newline at end of file
diff --git a/PrototypWPFHAG/PrototypWPFHAG.csproj b/PrototypWPFHAG/PrototypWPFHAG.csproj
new file mode 100644
index 0000000..ae23c62
--- /dev/null
+++ b/PrototypWPFHAG/PrototypWPFHAG.csproj
@@ -0,0 +1,29 @@
+
+
+
+ WinExe
+ net8.0-windows
+ enable
+ enable
+ true
+
+
+
+
+
+
+
+
+ Always
+
+
+
+
+
+
+
+
+
+
+
+