public bool RefrescarTicket(string id) { try { return(inicioSesion.RefrescarTicket(id)); } catch (Exception ex) { throw ex; } }