// GET: Brand/Details/5 public ActionResult Details(int id) { var data = BrandServices.GetById(id); return(View(data)); }