public List <GM_Ticket> EditarTicket(GM_Ticket entidad) { try { return(ticketBL.EditarTicket(entidad)); } catch (Exception ex) { throw; } }