public void ActualizarTicket(GM_Ticket entidad) { try { ticketBL.ActualizarTicket(entidad); } catch (Exception ex) { throw; } }