private bool Include(BankEntity aBankEntity)
 {
     if (!aBankEntity.IsOwnBrand ()) return true;
     if (aBankEntity.IsOwnBrand () && !aBankEntity.IsAtm()) return true;
     return false;
 }