internal int Add(Automobil a1) { return(InnerList.Add(a1)); }
internal void Remove(Automobil a1) { InnerList.Remove(a1); }