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