public ActionResult Edit(int id) { var model = marcaServices.GetById(id); return(View("Create", model)); }