Tím ta chyba zmizela, ale potom v této třídě naskočili jiné chyby např.:
public Vozidlo this[int index]
{
get { return (Vozidlo)nabídka[index]; }
set { nabídka[index] = value; }
}
U indexeru píše tuto chybu:Inconsistent accessibility: indexer return type 'Rejstrik_vozidel.Vozidlo' is less accessible than indexer 'Rejstrik_vozidel.Nabídka.this[int]'