public ActionResult AcceptTimeSlot(int timeId) { _matchService.AcceptTimeSlot(timeId); return(RedirectToAction("Index", "Veteran")); }