public bool DeleteCar(int id)
 {
     return(repo.DeleteCar(id));
 }