public string GeneratePinNo(int fourDigitRandomNo) { try { return(_MerchantRepository.GeneratePinNo(fourDigitRandomNo)); } catch (Exception) { throw; } }