public ActionResult Rows(SoftProjectAreaEntityDomain domain)
 {
     var resp = domain.O_OrderDetail_Rows();
     ModularOrFunCode = "OrderAreas.O_OrderDetail.IndexHandle";
     return View("Rows", resp);
 }