public async Task <IActionResult> Delete() { await _repository.ClearCars(); return(Ok(new { Sucesso = true, Mensagem = "Removidos" })); }