diff --git a/SlnMesnac.WPF/Page/IndexControl.xaml b/SlnMesnac.WPF/Page/IndexControl.xaml
index 5898808..8769c88 100644
--- a/SlnMesnac.WPF/Page/IndexControl.xaml
+++ b/SlnMesnac.WPF/Page/IndexControl.xaml
@@ -123,19 +123,19 @@
+ Command="{Binding LoadProductInfoCommand}" CommandParameter="4E59FD85-98B7-420E-8197-B8CF37978350"/>
+ Command="{Binding LoadProductInfoCommand}" CommandParameter="C7FE8F01-8F7A-4916-B20F-CB9F3C7E76DF"/>
+ Command="{Binding LoadProductInfoCommand}" CommandParameter="FF5D79EB-D675-49F0-ABF1-E0B1BFC49D84"/>
+ Command="{Binding LoadProductInfoCommand}" CommandParameter="9CA30061-2E04-496A-BD4B-29F6667B3340"/>
diff --git a/SlnMesnac.WPF/Page/ProductInfo/ProductInfoControl.xaml b/SlnMesnac.WPF/Page/ProductInfo/ProductInfoControl.xaml
index 5cb863d..7cc0bc2 100644
--- a/SlnMesnac.WPF/Page/ProductInfo/ProductInfoControl.xaml
+++ b/SlnMesnac.WPF/Page/ProductInfo/ProductInfoControl.xaml
@@ -15,7 +15,7 @@
-
+
@@ -24,14 +24,14 @@
-
+
-
+
@@ -44,7 +44,7 @@
-
+
diff --git a/SlnMesnac.WPF/ViewModel/MainWindowViewModel.cs b/SlnMesnac.WPF/ViewModel/MainWindowViewModel.cs
index c17ad5f..bcd8bd1 100644
--- a/SlnMesnac.WPF/ViewModel/MainWindowViewModel.cs
+++ b/SlnMesnac.WPF/ViewModel/MainWindowViewModel.cs
@@ -73,7 +73,7 @@ namespace SlnMesnac.WPF.ViewModel
_productDetailsControl = productDetailsControl;
- this.UserContent = _generateControl;
+ this.UserContent = _indexControl;
}
///