private bool BankomatExists(int id)
 {
     return(_filijaleBankomati.DaLiPostojiBankomat(id));
 }