diff --git a/SoftwareInstallation/AbstractSofrwareInstallationContracts/BindingModels/ComponentBindingModel.cs b/SoftwareInstallation/SofrwareInstallationContracts/BindingModels/ComponentBindingModel.cs similarity index 100% rename from SoftwareInstallation/AbstractSofrwareInstallationContracts/BindingModels/ComponentBindingModel.cs rename to SoftwareInstallation/SofrwareInstallationContracts/BindingModels/ComponentBindingModel.cs diff --git a/SoftwareInstallation/AbstractSofrwareInstallationContracts/BindingModels/OrderBindingModel.cs b/SoftwareInstallation/SofrwareInstallationContracts/BindingModels/OrderBindingModel.cs similarity index 100% rename from SoftwareInstallation/AbstractSofrwareInstallationContracts/BindingModels/OrderBindingModel.cs rename to SoftwareInstallation/SofrwareInstallationContracts/BindingModels/OrderBindingModel.cs diff --git a/SoftwareInstallation/AbstractSofrwareInstallationContracts/BindingModels/PackageBindingModel.cs b/SoftwareInstallation/SofrwareInstallationContracts/BindingModels/PackageBindingModel.cs similarity index 100% rename from SoftwareInstallation/AbstractSofrwareInstallationContracts/BindingModels/PackageBindingModel.cs rename to SoftwareInstallation/SofrwareInstallationContracts/BindingModels/PackageBindingModel.cs diff --git a/SoftwareInstallation/AbstractSofrwareInstallationContracts/BusinessLogicsContracts/IComponentLogic.cs b/SoftwareInstallation/SofrwareInstallationContracts/BusinessLogicsContracts/IComponentLogic.cs similarity index 100% rename from SoftwareInstallation/AbstractSofrwareInstallationContracts/BusinessLogicsContracts/IComponentLogic.cs rename to SoftwareInstallation/SofrwareInstallationContracts/BusinessLogicsContracts/IComponentLogic.cs diff --git a/SoftwareInstallation/AbstractSofrwareInstallationContracts/BusinessLogicsContracts/IOrderLogic.cs b/SoftwareInstallation/SofrwareInstallationContracts/BusinessLogicsContracts/IOrderLogic.cs similarity index 100% rename from SoftwareInstallation/AbstractSofrwareInstallationContracts/BusinessLogicsContracts/IOrderLogic.cs rename to SoftwareInstallation/SofrwareInstallationContracts/BusinessLogicsContracts/IOrderLogic.cs diff --git a/SoftwareInstallation/AbstractSofrwareInstallationContracts/BusinessLogicsContracts/IPackageLogic.cs b/SoftwareInstallation/SofrwareInstallationContracts/BusinessLogicsContracts/IPackageLogic.cs similarity index 100% rename from SoftwareInstallation/AbstractSofrwareInstallationContracts/BusinessLogicsContracts/IPackageLogic.cs rename to SoftwareInstallation/SofrwareInstallationContracts/BusinessLogicsContracts/IPackageLogic.cs diff --git a/SoftwareInstallation/AbstractSofrwareInstallationContracts/SearchModels/ComponentSearchModel.cs b/SoftwareInstallation/SofrwareInstallationContracts/SearchModels/ComponentSearchModel.cs similarity index 100% rename from SoftwareInstallation/AbstractSofrwareInstallationContracts/SearchModels/ComponentSearchModel.cs rename to SoftwareInstallation/SofrwareInstallationContracts/SearchModels/ComponentSearchModel.cs diff --git a/SoftwareInstallation/AbstractSofrwareInstallationContracts/SearchModels/OrderSearchModel.cs b/SoftwareInstallation/SofrwareInstallationContracts/SearchModels/OrderSearchModel.cs similarity index 100% rename from SoftwareInstallation/AbstractSofrwareInstallationContracts/SearchModels/OrderSearchModel.cs rename to SoftwareInstallation/SofrwareInstallationContracts/SearchModels/OrderSearchModel.cs diff --git a/SoftwareInstallation/AbstractSofrwareInstallationContracts/SearchModels/PackageSearchModel.cs b/SoftwareInstallation/SofrwareInstallationContracts/SearchModels/PackageSearchModel.cs similarity index 100% rename from SoftwareInstallation/AbstractSofrwareInstallationContracts/SearchModels/PackageSearchModel.cs rename to SoftwareInstallation/SofrwareInstallationContracts/SearchModels/PackageSearchModel.cs diff --git a/SoftwareInstallation/AbstractSofrwareInstallationContracts/SofrwareInstallationContracts.csproj b/SoftwareInstallation/SofrwareInstallationContracts/SofrwareInstallationContracts.csproj similarity index 100% rename from SoftwareInstallation/AbstractSofrwareInstallationContracts/SofrwareInstallationContracts.csproj rename to SoftwareInstallation/SofrwareInstallationContracts/SofrwareInstallationContracts.csproj diff --git a/SoftwareInstallation/AbstractSofrwareInstallationContracts/StoragesContracts/IComponentStorage.cs b/SoftwareInstallation/SofrwareInstallationContracts/StoragesContracts/IComponentStorage.cs similarity index 100% rename from SoftwareInstallation/AbstractSofrwareInstallationContracts/StoragesContracts/IComponentStorage.cs rename to SoftwareInstallation/SofrwareInstallationContracts/StoragesContracts/IComponentStorage.cs diff --git a/SoftwareInstallation/AbstractSofrwareInstallationContracts/StoragesContracts/IOrderStorage.cs b/SoftwareInstallation/SofrwareInstallationContracts/StoragesContracts/IOrderStorage.cs similarity index 100% rename from SoftwareInstallation/AbstractSofrwareInstallationContracts/StoragesContracts/IOrderStorage.cs rename to SoftwareInstallation/SofrwareInstallationContracts/StoragesContracts/IOrderStorage.cs diff --git a/SoftwareInstallation/AbstractSofrwareInstallationContracts/StoragesContracts/IPackageStorage.cs b/SoftwareInstallation/SofrwareInstallationContracts/StoragesContracts/IPackageStorage.cs similarity index 100% rename from SoftwareInstallation/AbstractSofrwareInstallationContracts/StoragesContracts/IPackageStorage.cs rename to SoftwareInstallation/SofrwareInstallationContracts/StoragesContracts/IPackageStorage.cs diff --git a/SoftwareInstallation/AbstractSofrwareInstallationContracts/ViewModels/ComponentViewModel.cs b/SoftwareInstallation/SofrwareInstallationContracts/ViewModels/ComponentViewModel.cs similarity index 100% rename from SoftwareInstallation/AbstractSofrwareInstallationContracts/ViewModels/ComponentViewModel.cs rename to SoftwareInstallation/SofrwareInstallationContracts/ViewModels/ComponentViewModel.cs diff --git a/SoftwareInstallation/AbstractSofrwareInstallationContracts/ViewModels/OrderViewModel.cs b/SoftwareInstallation/SofrwareInstallationContracts/ViewModels/OrderViewModel.cs similarity index 100% rename from SoftwareInstallation/AbstractSofrwareInstallationContracts/ViewModels/OrderViewModel.cs rename to SoftwareInstallation/SofrwareInstallationContracts/ViewModels/OrderViewModel.cs diff --git a/SoftwareInstallation/AbstractSofrwareInstallationContracts/ViewModels/PackageViewModel.cs b/SoftwareInstallation/SofrwareInstallationContracts/ViewModels/PackageViewModel.cs similarity index 100% rename from SoftwareInstallation/AbstractSofrwareInstallationContracts/ViewModels/PackageViewModel.cs rename to SoftwareInstallation/SofrwareInstallationContracts/ViewModels/PackageViewModel.cs diff --git a/SoftwareInstallation/AbstractSoftwareInstallationBusinessLogic/BusinessLogic/ComponentLogic.cs b/SoftwareInstallation/SoftwareInstallationBusinessLogic/BusinessLogic/ComponentLogic.cs similarity index 100% rename from SoftwareInstallation/AbstractSoftwareInstallationBusinessLogic/BusinessLogic/ComponentLogic.cs rename to SoftwareInstallation/SoftwareInstallationBusinessLogic/BusinessLogic/ComponentLogic.cs diff --git a/SoftwareInstallation/AbstractSoftwareInstallationBusinessLogic/BusinessLogic/OrderLogic.cs b/SoftwareInstallation/SoftwareInstallationBusinessLogic/BusinessLogic/OrderLogic.cs similarity index 100% rename from SoftwareInstallation/AbstractSoftwareInstallationBusinessLogic/BusinessLogic/OrderLogic.cs rename to SoftwareInstallation/SoftwareInstallationBusinessLogic/BusinessLogic/OrderLogic.cs diff --git a/SoftwareInstallation/AbstractSoftwareInstallationBusinessLogic/BusinessLogic/PackageLogic.cs b/SoftwareInstallation/SoftwareInstallationBusinessLogic/BusinessLogic/PackageLogic.cs similarity index 100% rename from SoftwareInstallation/AbstractSoftwareInstallationBusinessLogic/BusinessLogic/PackageLogic.cs rename to SoftwareInstallation/SoftwareInstallationBusinessLogic/BusinessLogic/PackageLogic.cs diff --git a/SoftwareInstallation/AbstractSoftwareInstallationBusinessLogic/SoftwareInstallationBusinessLogic.csproj b/SoftwareInstallation/SoftwareInstallationBusinessLogic/SoftwareInstallationBusinessLogic.csproj similarity index 100% rename from SoftwareInstallation/AbstractSoftwareInstallationBusinessLogic/SoftwareInstallationBusinessLogic.csproj rename to SoftwareInstallation/SoftwareInstallationBusinessLogic/SoftwareInstallationBusinessLogic.csproj diff --git a/SoftwareInstallation/AbstractSoftwareInstallationDataModels/Enums/OrderStatus.cs b/SoftwareInstallation/SoftwareInstallationDataModels/Enums/OrderStatus.cs similarity index 100% rename from SoftwareInstallation/AbstractSoftwareInstallationDataModels/Enums/OrderStatus.cs rename to SoftwareInstallation/SoftwareInstallationDataModels/Enums/OrderStatus.cs diff --git a/SoftwareInstallation/AbstractSoftwareInstallationDataModels/IId.cs b/SoftwareInstallation/SoftwareInstallationDataModels/IId.cs similarity index 100% rename from SoftwareInstallation/AbstractSoftwareInstallationDataModels/IId.cs rename to SoftwareInstallation/SoftwareInstallationDataModels/IId.cs diff --git a/SoftwareInstallation/AbstractSoftwareInstallationDataModels/Models/IComponentModel.cs b/SoftwareInstallation/SoftwareInstallationDataModels/Models/IComponentModel.cs similarity index 100% rename from SoftwareInstallation/AbstractSoftwareInstallationDataModels/Models/IComponentModel.cs rename to SoftwareInstallation/SoftwareInstallationDataModels/Models/IComponentModel.cs diff --git a/SoftwareInstallation/AbstractSoftwareInstallationDataModels/Models/IOrderModel.cs b/SoftwareInstallation/SoftwareInstallationDataModels/Models/IOrderModel.cs similarity index 100% rename from SoftwareInstallation/AbstractSoftwareInstallationDataModels/Models/IOrderModel.cs rename to SoftwareInstallation/SoftwareInstallationDataModels/Models/IOrderModel.cs diff --git a/SoftwareInstallation/AbstractSoftwareInstallationDataModels/Models/IPackageModel.cs b/SoftwareInstallation/SoftwareInstallationDataModels/Models/IPackageModel.cs similarity index 100% rename from SoftwareInstallation/AbstractSoftwareInstallationDataModels/Models/IPackageModel.cs rename to SoftwareInstallation/SoftwareInstallationDataModels/Models/IPackageModel.cs diff --git a/SoftwareInstallation/AbstractSoftwareInstallationDataModels/SoftwareInstallationDataModels.csproj b/SoftwareInstallation/SoftwareInstallationDataModels/SoftwareInstallationDataModels.csproj similarity index 100% rename from SoftwareInstallation/AbstractSoftwareInstallationDataModels/SoftwareInstallationDataModels.csproj rename to SoftwareInstallation/SoftwareInstallationDataModels/SoftwareInstallationDataModels.csproj diff --git a/SoftwareInstallation/AbstractSoftwareInstallationListImplement/DataListSingleton.cs b/SoftwareInstallation/SoftwareInstallationListImplement/DataListSingleton.cs similarity index 100% rename from SoftwareInstallation/AbstractSoftwareInstallationListImplement/DataListSingleton.cs rename to SoftwareInstallation/SoftwareInstallationListImplement/DataListSingleton.cs diff --git a/SoftwareInstallation/AbstractSoftwareInstallationListImplement/Implements/ComponentStorage.cs b/SoftwareInstallation/SoftwareInstallationListImplement/Implements/ComponentStorage.cs similarity index 100% rename from SoftwareInstallation/AbstractSoftwareInstallationListImplement/Implements/ComponentStorage.cs rename to SoftwareInstallation/SoftwareInstallationListImplement/Implements/ComponentStorage.cs diff --git a/SoftwareInstallation/AbstractSoftwareInstallationListImplement/Implements/OrderStorage.cs b/SoftwareInstallation/SoftwareInstallationListImplement/Implements/OrderStorage.cs similarity index 100% rename from SoftwareInstallation/AbstractSoftwareInstallationListImplement/Implements/OrderStorage.cs rename to SoftwareInstallation/SoftwareInstallationListImplement/Implements/OrderStorage.cs diff --git a/SoftwareInstallation/AbstractSoftwareInstallationListImplement/Implements/PackageStorage.cs b/SoftwareInstallation/SoftwareInstallationListImplement/Implements/PackageStorage.cs similarity index 100% rename from SoftwareInstallation/AbstractSoftwareInstallationListImplement/Implements/PackageStorage.cs rename to SoftwareInstallation/SoftwareInstallationListImplement/Implements/PackageStorage.cs diff --git a/SoftwareInstallation/AbstractSoftwareInstallationListImplement/Models/Component.cs b/SoftwareInstallation/SoftwareInstallationListImplement/Models/Component.cs similarity index 100% rename from SoftwareInstallation/AbstractSoftwareInstallationListImplement/Models/Component.cs rename to SoftwareInstallation/SoftwareInstallationListImplement/Models/Component.cs diff --git a/SoftwareInstallation/AbstractSoftwareInstallationListImplement/Models/Order.cs b/SoftwareInstallation/SoftwareInstallationListImplement/Models/Order.cs similarity index 100% rename from SoftwareInstallation/AbstractSoftwareInstallationListImplement/Models/Order.cs rename to SoftwareInstallation/SoftwareInstallationListImplement/Models/Order.cs diff --git a/SoftwareInstallation/AbstractSoftwareInstallationListImplement/Models/Package.cs b/SoftwareInstallation/SoftwareInstallationListImplement/Models/Package.cs similarity index 100% rename from SoftwareInstallation/AbstractSoftwareInstallationListImplement/Models/Package.cs rename to SoftwareInstallation/SoftwareInstallationListImplement/Models/Package.cs diff --git a/SoftwareInstallation/AbstractSoftwareInstallationListImplement/SoftwareInstallationListImplement.csproj b/SoftwareInstallation/SoftwareInstallationListImplement/SoftwareInstallationListImplement.csproj similarity index 100% rename from SoftwareInstallation/AbstractSoftwareInstallationListImplement/SoftwareInstallationListImplement.csproj rename to SoftwareInstallation/SoftwareInstallationListImplement/SoftwareInstallationListImplement.csproj diff --git a/SoftwareInstallation/AbstractSoftwareInstallationView/AbstractSoftwareInstallationView.csproj b/SoftwareInstallation/SoftwareInstallationView/AbstractSoftwareInstallationView.csproj similarity index 100% rename from SoftwareInstallation/AbstractSoftwareInstallationView/AbstractSoftwareInstallationView.csproj rename to SoftwareInstallation/SoftwareInstallationView/AbstractSoftwareInstallationView.csproj