public ActionResult UpdateEvent(int id) { Event @restaurant = eventRepo.GetEventByID(id); return(View(@restaurant)); }