public ActionResult ProjectTicketIndex(int id)
 {
     return(View("Index", tixHelper.GetProjectTickets(id)));
 }