public ActionResult SubmitterIndex() //Shows the submitter's tickets he created
 {
     return(View("Index", ticketHelper.SubmitterTickets()));
 }