public object getGlDetailsForTtalk()
 {
     try
     {
         return(_FundTransferRepository.getGlDetailsForTtalk());
     }
     catch (Exception)
     {
         throw;
     }
 }