public List <GM_Estado> ListadoEstado() { try { return(ticketBL.ListadoEstado()); } catch (Exception ex) { throw; } }