public object getAmountByTransNo(string transNo, string mobile)
 {
     try
     {
         return(_FundTransferRepository.getAmountByTransNo(transNo, mobile));
     }
     catch (Exception)
     {
         throw;
     }
 }