public object GetTransactionList(string hotkey, string branchCode, double transAmtLimt)
 {
     try
     {
         return(_FundTransferRepository.GetTransactionList(hotkey, branchCode, transAmtLimt));
     }
     catch (Exception)
     {
         throw;
     }
 }