public List <Car> GetAllCars()
 {
     return(carMethods.GetAll());
 }