// GET: Dashboard public ActionResult Index() { var tickets = _repository.All(); return(View(tickets)); }