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