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