public object GetAmountByGL(string sysCode)
 {
     return(_FundTransferRepository.GetAmountByGL(sysCode));
 }