public IndustryResearch GetIndustryResearchContent(int OrganizationID)
 {
     return(Mapper.Map <DTO.IndustryResearch>(_carouselSetUp.GetIndustryResearchContent(OrganizationID)));
 }
        public void GetIndustryResearchContent()
        {
            var result = _carouselSetupBL.GetIndustryResearchContent(1);

            Assert.IsTrue(result != null, "Unable to get");
        }