public ArrayList ListaTablaGeneralSISACT(string codigo, string estado)       ////SE REPLICO METODO DE MAESTRO DATOS SE CAMBIO LA CLACE ITEM
        {
            MantMaestroDatos obj = new MantMaestroDatos();

            return(obj.ListaTablaGeneralSISACT(codigo, estado));
        }
        public string ObtenerValorContingenciaDC(int codParametro)
        {
            MantMaestroDatos obj = new MantMaestroDatos();

            return(obj.ObtenerValorContingenciaDC(codParametro));
        }