private void EncerrarServico()
 {
     negocioServ.UpdateServicoStatus(os: infoServ.serid, status: 2);
     Form1.encerrarThread = true;
 }