public List <SPE_OBTIENE_TABULADOR_PUESTO_Result> ObtienePuestosTabulador(int?ID_TABULADOR = null, int?ID_PUESTO = null)
        {
            TabuladoresOperaciones operaciones = new TabuladoresOperaciones();

            return(operaciones.ObtenerPuestosTabulador(ID_TABULADOR, ID_PUESTO));
        }