public bool accountCheckNumberIsValid(string accountCheckNumber)
 {
     return(CommonBankAccountValidator.accountCheckNumberIsValid(accountCheckNumber));
 }