public bool accountNumberIsValid()
 {
     throw new Exception(Validador.accountNumberMsgError());
 }
 public bool agencyCheckNumberIsValid()
 {
     throw new Exception(Validador.agencyCheckNumberMsgError());
 }