// GET: Space/supportteam/Ticket/8 public ActionResult Ticket(string spacename, int id) { return(View(repo.GetTicketViewModel(spacename, id))); }