public IEnumerable <dynamic> GetListUser() { try { return(SecurityDAO.GetAccount()); }catch (Exception ex) { NLogManager.PublishException(ex); } return(null); }