public ActionResult <IEnumerable <CarOutputModel> > GetAllCars() { return(_carManager.GetAllCars().ToList()); }