public string CheckData(string transNo, string mphone, double amount)
 {
     return(_FundTransferRepository.CheckData(transNo, mphone, amount));
 }