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