public void SetTicketStatus(long id, Enums.TicketStatus status) { ticketDAL.SetTicketStatus(id, status); }