public IActionResult CreateRandomCars() { carManager.CreateRandomCars(); return(Json(new { success = true })); }