public List <SP_PerfilesEmpresaResult> Lista_PerfilesEmpresa(int idEmpresa)
        {
            SMSBL objSMS;

            try
            {
                objSMS = new SMSBL();
                return(objSMS.Lista_PerfilesEmpresa(idEmpresa));
            }
            catch (Exception ex)
            {
                throw ex;
            }
        }