private bool Include(BankEntity aBankEntity)
 {
     return (!aBankEntity.IsBranch());
 }