diff --git a/.gitignore b/.gitignore
index 85959b1..fc22195 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-WGneu/obj/
-WGneu/bin/
-WGneu/*.csproj.user
+Elwig/obj/
+Elwig/bin/
+Elwig/*.csproj.user
.vs
diff --git a/Elwig.sln b/Elwig.sln
index 3b3093d..52180cf 100644
--- a/Elwig.sln
+++ b/Elwig.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Elwig", "WGneu\Elwig.csproj", "{00868460-16F6-4B48-AA9B-998F6263693B}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Elwig", "Elwig\Elwig.csproj", "{00868460-16F6-4B48-AA9B-998F6263693B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
diff --git a/WGneu/App.xaml b/Elwig/App.xaml
similarity index 100%
rename from WGneu/App.xaml
rename to Elwig/App.xaml
diff --git a/WGneu/App.xaml.cs b/Elwig/App.xaml.cs
similarity index 100%
rename from WGneu/App.xaml.cs
rename to Elwig/App.xaml.cs
diff --git a/WGneu/AssemblyInfo.cs b/Elwig/AssemblyInfo.cs
similarity index 100%
rename from WGneu/AssemblyInfo.cs
rename to Elwig/AssemblyInfo.cs
diff --git a/WGneu/Documents/BusinessDocument.cshtml b/Elwig/Documents/BusinessDocument.cshtml
similarity index 100%
rename from WGneu/Documents/BusinessDocument.cshtml
rename to Elwig/Documents/BusinessDocument.cshtml
diff --git a/WGneu/Documents/BusinessDocument.cshtml.cs b/Elwig/Documents/BusinessDocument.cshtml.cs
similarity index 100%
rename from WGneu/Documents/BusinessDocument.cshtml.cs
rename to Elwig/Documents/BusinessDocument.cshtml.cs
diff --git a/WGneu/Documents/BusinessLetter.cshtml b/Elwig/Documents/BusinessLetter.cshtml
similarity index 100%
rename from WGneu/Documents/BusinessLetter.cshtml
rename to Elwig/Documents/BusinessLetter.cshtml
diff --git a/WGneu/Documents/BusinessLetter.cshtml.cs b/Elwig/Documents/BusinessLetter.cshtml.cs
similarity index 100%
rename from WGneu/Documents/BusinessLetter.cshtml.cs
rename to Elwig/Documents/BusinessLetter.cshtml.cs
diff --git a/WGneu/Documents/Document.cshtml b/Elwig/Documents/Document.cshtml
similarity index 100%
rename from WGneu/Documents/Document.cshtml
rename to Elwig/Documents/Document.cshtml
diff --git a/WGneu/Documents/Document.cshtml.cs b/Elwig/Documents/Document.cshtml.cs
similarity index 100%
rename from WGneu/Documents/Document.cshtml.cs
rename to Elwig/Documents/Document.cshtml.cs
diff --git a/WGneu/Documents/Html.cs b/Elwig/Documents/Html.cs
similarity index 97%
rename from WGneu/Documents/Html.cs
rename to Elwig/Documents/Html.cs
index 167bfac..af3555f 100644
--- a/WGneu/Documents/Html.cs
+++ b/Elwig/Documents/Html.cs
@@ -13,7 +13,7 @@ namespace Elwig.Documents {
public static async Task Init(Action evtHandler) {
var e = new RazorLightEngineBuilder()
- .UseFileSystemProject(@"C:\Users\Lorenz\source\repos\WGneu\WGneu\Documents")
+ .UseFileSystemProject(@"C:\Users\Lorenz\source\repos\WGneu\Elwig\Documents")
.UseMemoryCachingProvider()
.Build();
diff --git a/WGneu/Documents/Pdf.cs b/Elwig/Documents/Pdf.cs
similarity index 100%
rename from WGneu/Documents/Pdf.cs
rename to Elwig/Documents/Pdf.cs
diff --git a/WGneu/Documents/Style.css.cshtml b/Elwig/Documents/Style.css.cshtml
similarity index 100%
rename from WGneu/Documents/Style.css.cshtml
rename to Elwig/Documents/Style.css.cshtml
diff --git a/WGneu/Elwig.csproj b/Elwig/Elwig.csproj
similarity index 85%
rename from WGneu/Elwig.csproj
rename to Elwig/Elwig.csproj
index 0148ac8..dbaf881 100644
--- a/WGneu/Elwig.csproj
+++ b/Elwig/Elwig.csproj
@@ -5,14 +5,10 @@
net6.0-windows
enable
true
- true
- elwig.ico
+ true
+ elwig.ico
-
-
-
-
diff --git a/WGneu/Helpers/AppDbContext.cs b/Elwig/Helpers/AppDbContext.cs
similarity index 100%
rename from WGneu/Helpers/AppDbContext.cs
rename to Elwig/Helpers/AppDbContext.cs
diff --git a/WGneu/Helpers/Gradation.cs b/Elwig/Helpers/Gradation.cs
similarity index 100%
rename from WGneu/Helpers/Gradation.cs
rename to Elwig/Helpers/Gradation.cs
diff --git a/WGneu/Helpers/TempFile.cs b/Elwig/Helpers/TempFile.cs
similarity index 100%
rename from WGneu/Helpers/TempFile.cs
rename to Elwig/Helpers/TempFile.cs
diff --git a/WGneu/Helpers/Utils.cs b/Elwig/Helpers/Utils.cs
similarity index 100%
rename from WGneu/Helpers/Utils.cs
rename to Elwig/Helpers/Utils.cs
diff --git a/WGneu/Helpers/Validator.cs b/Elwig/Helpers/Validator.cs
similarity index 100%
rename from WGneu/Helpers/Validator.cs
rename to Elwig/Helpers/Validator.cs
diff --git a/WGneu/Models/AT_Gem.cs b/Elwig/Models/AT_Gem.cs
similarity index 100%
rename from WGneu/Models/AT_Gem.cs
rename to Elwig/Models/AT_Gem.cs
diff --git a/WGneu/Models/AT_Kg.cs b/Elwig/Models/AT_Kg.cs
similarity index 100%
rename from WGneu/Models/AT_Kg.cs
rename to Elwig/Models/AT_Kg.cs
diff --git a/WGneu/Models/AT_Ort.cs b/Elwig/Models/AT_Ort.cs
similarity index 100%
rename from WGneu/Models/AT_Ort.cs
rename to Elwig/Models/AT_Ort.cs
diff --git a/WGneu/Models/AT_Plz.cs b/Elwig/Models/AT_Plz.cs
similarity index 100%
rename from WGneu/Models/AT_Plz.cs
rename to Elwig/Models/AT_Plz.cs
diff --git a/WGneu/Models/AT_PlzDest.cs b/Elwig/Models/AT_PlzDest.cs
similarity index 100%
rename from WGneu/Models/AT_PlzDest.cs
rename to Elwig/Models/AT_PlzDest.cs
diff --git a/WGneu/Models/AreaCommitment.cs b/Elwig/Models/AreaCommitment.cs
similarity index 100%
rename from WGneu/Models/AreaCommitment.cs
rename to Elwig/Models/AreaCommitment.cs
diff --git a/WGneu/Models/Branch.cs b/Elwig/Models/Branch.cs
similarity index 100%
rename from WGneu/Models/Branch.cs
rename to Elwig/Models/Branch.cs
diff --git a/WGneu/Models/Contract.cs b/Elwig/Models/Contract.cs
similarity index 100%
rename from WGneu/Models/Contract.cs
rename to Elwig/Models/Contract.cs
diff --git a/WGneu/Models/Country.cs b/Elwig/Models/Country.cs
similarity index 100%
rename from WGneu/Models/Country.cs
rename to Elwig/Models/Country.cs
diff --git a/WGneu/Models/Member.cs b/Elwig/Models/Member.cs
similarity index 100%
rename from WGneu/Models/Member.cs
rename to Elwig/Models/Member.cs
diff --git a/WGneu/Models/PostalDest.cs b/Elwig/Models/PostalDest.cs
similarity index 100%
rename from WGneu/Models/PostalDest.cs
rename to Elwig/Models/PostalDest.cs
diff --git a/WGneu/Models/WbKg.cs b/Elwig/Models/WbKg.cs
similarity index 100%
rename from WGneu/Models/WbKg.cs
rename to Elwig/Models/WbKg.cs
diff --git a/WGneu/Models/WbRd.cs b/Elwig/Models/WbRd.cs
similarity index 100%
rename from WGneu/Models/WbRd.cs
rename to Elwig/Models/WbRd.cs
diff --git a/WGneu/Models/WineAttr.cs b/Elwig/Models/WineAttr.cs
similarity index 100%
rename from WGneu/Models/WineAttr.cs
rename to Elwig/Models/WineAttr.cs
diff --git a/WGneu/Models/WineCult.cs b/Elwig/Models/WineCult.cs
similarity index 100%
rename from WGneu/Models/WineCult.cs
rename to Elwig/Models/WineCult.cs
diff --git a/WGneu/Models/WineQual.cs b/Elwig/Models/WineQual.cs
similarity index 100%
rename from WGneu/Models/WineQual.cs
rename to Elwig/Models/WineQual.cs
diff --git a/WGneu/Models/WineVar.cs b/Elwig/Models/WineVar.cs
similarity index 100%
rename from WGneu/Models/WineVar.cs
rename to Elwig/Models/WineVar.cs
diff --git a/WGneu/Windows/ContractListWindow.xaml b/Elwig/Windows/ContractListWindow.xaml
similarity index 100%
rename from WGneu/Windows/ContractListWindow.xaml
rename to Elwig/Windows/ContractListWindow.xaml
diff --git a/WGneu/Windows/ContractListWindow.xaml.cs b/Elwig/Windows/ContractListWindow.xaml.cs
similarity index 100%
rename from WGneu/Windows/ContractListWindow.xaml.cs
rename to Elwig/Windows/ContractListWindow.xaml.cs
diff --git a/WGneu/Windows/DeliveryReceptionWindow.xaml b/Elwig/Windows/DeliveryReceptionWindow.xaml
similarity index 100%
rename from WGneu/Windows/DeliveryReceptionWindow.xaml
rename to Elwig/Windows/DeliveryReceptionWindow.xaml
diff --git a/WGneu/Windows/DeliveryReceptionWindow.xaml.cs b/Elwig/Windows/DeliveryReceptionWindow.xaml.cs
similarity index 100%
rename from WGneu/Windows/DeliveryReceptionWindow.xaml.cs
rename to Elwig/Windows/DeliveryReceptionWindow.xaml.cs
diff --git a/WGneu/Windows/DocumentViewerWindow.xaml b/Elwig/Windows/DocumentViewerWindow.xaml
similarity index 100%
rename from WGneu/Windows/DocumentViewerWindow.xaml
rename to Elwig/Windows/DocumentViewerWindow.xaml
diff --git a/WGneu/Windows/DocumentViewerWindow.xaml.cs b/Elwig/Windows/DocumentViewerWindow.xaml.cs
similarity index 100%
rename from WGneu/Windows/DocumentViewerWindow.xaml.cs
rename to Elwig/Windows/DocumentViewerWindow.xaml.cs
diff --git a/WGneu/Windows/MainWindow.xaml b/Elwig/Windows/MainWindow.xaml
similarity index 100%
rename from WGneu/Windows/MainWindow.xaml
rename to Elwig/Windows/MainWindow.xaml
diff --git a/WGneu/Windows/MainWindow.xaml.cs b/Elwig/Windows/MainWindow.xaml.cs
similarity index 100%
rename from WGneu/Windows/MainWindow.xaml.cs
rename to Elwig/Windows/MainWindow.xaml.cs
diff --git a/WGneu/Windows/MemberListWindow.xaml b/Elwig/Windows/MemberListWindow.xaml
similarity index 100%
rename from WGneu/Windows/MemberListWindow.xaml
rename to Elwig/Windows/MemberListWindow.xaml
diff --git a/WGneu/Windows/MemberListWindow.xaml.cs b/Elwig/Windows/MemberListWindow.xaml.cs
similarity index 100%
rename from WGneu/Windows/MemberListWindow.xaml.cs
rename to Elwig/Windows/MemberListWindow.xaml.cs
diff --git a/WGneu/elwig.ico b/Elwig/elwig.ico
similarity index 100%
rename from WGneu/elwig.ico
rename to Elwig/elwig.ico