private void CambiarEstado() { try { Trabajador.CambiarEstado(id, true); } catch (MySqlException ex) { throw ex; } catch (Exception ex) { throw ex; } }