public IActionResult GetSingle(int id)
 {
     return(new OkObjectResult(_carLogic.GetCarById(id)));
 }