diff --git a/WebApi_data_value/Views/Parking_space_algorithm/Create.cshtml b/WebApi_data_value/Views/Parking_space_algorithm/Create.cshtml
deleted file mode 100644
index 5f4de19..0000000
--- a/WebApi_data_value/Views/Parking_space_algorithm/Create.cshtml
+++ /dev/null
@@ -1,48 +0,0 @@
-@model Parking_space_WebAPI.Models.Parking_space_algorithm
-
-@{
- ViewData["Title"] = "Create";
-}
-
-
Create
-
-Parking_space_algorithm
-
-
-
-
-
-@section Scripts {
- @{await Html.RenderPartialAsync("_ValidationScriptsPartial");}
-}
diff --git a/WebApi_data_value/Views/Parking_space_algorithm/Delete.cshtml b/WebApi_data_value/Views/Parking_space_algorithm/Delete.cshtml
deleted file mode 100644
index 8d34cb4..0000000
--- a/WebApi_data_value/Views/Parking_space_algorithm/Delete.cshtml
+++ /dev/null
@@ -1,39 +0,0 @@
-@model Parking_space_WebAPI.Models.Parking_space_algorithm
-
-@{
- ViewData["Title"] = "Delete";
-}
-
-Delete
-
-Are you sure you want to delete this?
-
-
Parking_space_algorithm
-
-
- -
- @Html.DisplayNameFor(model => model.algorithm_name)
-
- -
- @Html.DisplayFor(model => model.algorithm_name)
-
- -
- @Html.DisplayNameFor(model => model.state)
-
- -
- @Html.DisplayFor(model => model.state)
-
- -
- @Html.DisplayNameFor(model => model.run_time)
-
- -
- @Html.DisplayFor(model => model.run_time)
-
-
-
-
-
diff --git a/WebApi_data_value/Views/Parking_space_algorithm/Details.cshtml b/WebApi_data_value/Views/Parking_space_algorithm/Details.cshtml
deleted file mode 100644
index ea7ceb8..0000000
--- a/WebApi_data_value/Views/Parking_space_algorithm/Details.cshtml
+++ /dev/null
@@ -1,36 +0,0 @@
-@model Parking_space_WebAPI.Models.Parking_space_algorithm
-
-@{
- ViewData["Title"] = "Details";
-}
-
-Details
-
-
-
Parking_space_algorithm
-
-
- -
- @Html.DisplayNameFor(model => model.algorithm_name)
-
- -
- @Html.DisplayFor(model => model.algorithm_name)
-
- -
- @Html.DisplayNameFor(model => model.state)
-
- -
- @Html.DisplayFor(model => model.state)
-
- -
- @Html.DisplayNameFor(model => model.run_time)
-
- -
- @Html.DisplayFor(model => model.run_time)
-
-
-
-
diff --git a/WebApi_data_value/Views/Parking_space_algorithm/Edit.cshtml b/WebApi_data_value/Views/Parking_space_algorithm/Edit.cshtml
deleted file mode 100644
index 34dd58a..0000000
--- a/WebApi_data_value/Views/Parking_space_algorithm/Edit.cshtml
+++ /dev/null
@@ -1,44 +0,0 @@
-@model Parking_space_WebAPI.Models.Parking_space_algorithm
-
-@{
- ViewData["Title"] = "Edit";
-}
-
-Edit
-
-Parking_space_algorithm
-
-
-
-
-
-@section Scripts {
- @{await Html.RenderPartialAsync("_ValidationScriptsPartial");}
-}
diff --git a/WebApi_data_value/Views/Parking_space_algorithm/Index.cshtml b/WebApi_data_value/Views/Parking_space_algorithm/Index.cshtml
deleted file mode 100644
index 0c2e6a5..0000000
--- a/WebApi_data_value/Views/Parking_space_algorithm/Index.cshtml
+++ /dev/null
@@ -1,47 +0,0 @@
-@model IEnumerable
-
-@{
- ViewData["Title"] = "Index";
-}
-
-Index
-
-
- Create New
-
-
-
-
-
- @Html.DisplayNameFor(model => model.algorithm_name)
- |
-
- @Html.DisplayNameFor(model => model.state)
- |
-
- @Html.DisplayNameFor(model => model.run_time)
- |
- |
-
-
-
-@foreach (var item in Model) {
-
-
- @Html.DisplayFor(modelItem => item.algorithm_name)
- |
-
- @Html.DisplayFor(modelItem => item.state)
- |
-
- @Html.DisplayFor(modelItem => item.run_time)
- |
-
- Edit |
- Details |
- Delete
- |
-
-}
-
-
diff --git a/WebApi_data_value/Views/Shared/_ValidationScriptsPartial.cshtml b/WebApi_data_value/Views/Shared/_ValidationScriptsPartial.cshtml
deleted file mode 100644
index ed86611..0000000
--- a/WebApi_data_value/Views/Shared/_ValidationScriptsPartial.cshtml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
-