public List <GoldLockTransaction> GetLockGoldTransaction() { try { return(SecurityDAO.GetLockGoldTransaction(AccountSession.AccountID)); } catch (Exception ex) { NLogManager.PublishException(ex); } return(null); }