public void DeleteCar(string id)
 {
     MongoService.DeleteCar(id);
 }