public JsonResult CustomerType() { try { return(Json(new SelectList(_enumService.CustomerType(), "Value", "Text"), JsonRequestBehavior.AllowGet)); } catch (Exception ex) { return(null); } }