public JsonResult NumberOfDoor_Delete(System.Guid id)
        {
            var result = new NumberOfDoor_BCL().ExecuteOf_DeleteElement(id);

            return(Json(result ? new { rs = true } : new { rs = false }));
        }
        // GET: Admin/NumberOfDoor
        public ActionResult Manage_NumberOfDoor()
        {
            NumberOfDoor_BCL m_NumberOfDoorBCL = new NumberOfDoor_BCL();

            return(View(m_NumberOfDoorBCL.ExecuteOf_GetElements()));
        }