public ActionResult DelOrder(OrderFormView order) { if (order != null) { db_man.SetDeletedStateOrder(order); } return(RedirectToAction("Index")); }