public IActionResult ShowDetailGarage() { var result = garageService.GetAllGarage(); return(new OkObjectResult(result)); }