public bool CanInsertCurrencies()
 {
     return(_dbRepo.CanInsertCurrencies());
 }