diff --git a/MP-TAB-SERV/Components/ProdStopMan.razor b/MP-TAB-SERV/Components/ProdStopMan.razor
index 7b74698b..a8c71e1a 100644
--- a/MP-TAB-SERV/Components/ProdStopMan.razor
+++ b/MP-TAB-SERV/Components/ProdStopMan.razor
@@ -1,5 +1,3 @@
-
ProdStopMan
-
-@code {
-
-}
+
+ d
+
\ No newline at end of file
diff --git a/MP-TAB-SERV/Components/ProdStopMan.razor.cs b/MP-TAB-SERV/Components/ProdStopMan.razor.cs
new file mode 100644
index 00000000..abb20920
--- /dev/null
+++ b/MP-TAB-SERV/Components/ProdStopMan.razor.cs
@@ -0,0 +1,6 @@
+namespace MP_TAB_SERV.Components
+{
+ public partial class ProdStopMan
+ {
+ }
+}
\ No newline at end of file
diff --git a/MP-TAB-SERV/Pages/ProdStop.razor b/MP-TAB-SERV/Pages/ProdStop.razor
index 940bcf60..b8718a21 100644
--- a/MP-TAB-SERV/Pages/ProdStop.razor
+++ b/MP-TAB-SERV/Pages/ProdStop.razor
@@ -9,5 +9,8 @@ else
-
+ @for (int x = 0; x > 20; x++)
+ {
+
+ }
}