public int GetCountAccountByAgency(int idAgence) { return(_compteRepository.GetCountAccountByAgency(idAgence)); }