public List <gsCierreCosto_ComboBoxResult> CierreCosto_ComboBox(int idEmpresa, int codigoUsuario)
        {
            CierreCostoBL objCierreCostoBL = new CierreCostoBL();

            try
            {
                return(objCierreCostoBL.CierreCosto_ComboBox(idEmpresa, codigoUsuario));
            }
            catch (Exception ex)
            {
                throw ex;
            }
        }