\ No newline at end of file
diff --git a/GPW.CORE.UI/Components/LoadingDataSmall.razor b/GPW.CORE.UI/Components/LoadingDataSmall.razor
new file mode 100644
index 0000000..8362fbb
--- /dev/null
+++ b/GPW.CORE.UI/Components/LoadingDataSmall.razor
@@ -0,0 +1,6 @@
+
+
+ loading data
+
+
+
\ No newline at end of file
diff --git a/GPW.CORE.UI/Components/ParetoRA.razor b/GPW.CORE.UI/Components/ParetoRA.razor
new file mode 100644
index 0000000..9f1aa9a
--- /dev/null
+++ b/GPW.CORE.UI/Components/ParetoRA.razor
@@ -0,0 +1,143 @@
+@using GPW.CORE.Data.DbModels
+@using CORE.Data.DbModels
+@using UI.Data
+
+@inject IJSRuntime JSRuntime
+@inject GpwDataService GDataServ
+@inject MessageService AppMServ
+
+@if (ListRecords == null)
+{
+
+}
+else
+{
+
+