public void deleteCar(AutoDto car)
 {
     WriteActualMethod();
     Component.deleteCar(DtoConverter.ConvertToEntity(car));
 }