private void ObtenerHoraServidor()
 {
     try
     {
         Catalogo_Negocio CN = new Catalogo_Negocio();
         FechaChecador = CN.ObtenerFechaSistema(Comun.Conexion);
         this.tmrHoraChecador.Enabled = true;
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }