public IActionResult Report(Ticket ticket)
 {
     errorRepository.ReportError(ticket);
     return(Redirect("list"));
 }