public JsonResult DeleteFloor(long id) { _iFloorService.DeleteHomeFloor(id); return(Json(new { success = true })); }