public ActionResult BrandChoose(int?id)
 {
     _service.BrandChoose(id);
     return(RedirectToAction("Index", "CarType"));
 }