public string DataInsertToTransMSTandDTL(FundTransfer fundTransferModel, string transType)
 {
     try
     {
         return(_FundTransferRepository.DataInsertToTransMSTandDTL(fundTransferModel, transType));
     }
     catch (Exception)
     {
         throw;
     }
 }