public IEnumerable GetAllCarFleet() { CarsLogic cars = new CarsLogic(); return(cars.GetAllCarFleet()); }