private bool FilterCis_Poistovne1(Cis_Poistovne entity)
 {
     return (entity.ID == this.PredchadzajucaPoistovna);
 }
 private bool FilterCis_Poistovne(Cis_Poistovne entity)
 {
     return (entity.ID == this.IdPoistovna);
 }