public bool agencyNumberIsValid(string agencyNumber)
 {
     return(CommonBankAccountValidator.agencyNumberIsValid(agencyNumber));
 }