public IEnumerable <CarouselSetUp> GetCarouselSetUpAll(int OrganizationID)
 {
     return(Mapper.Map <IEnumerable <CarouselSetUp> >(_carouselSetUp.GetCarouselSetUpAll(OrganizationID)));
 }
        public void Get_CarouselData()
        {
            IEnumerable <BLModel.CarouselSetUp> _carouselDataResult = _carouselSetupBL.GetCarouselSetUpAll(1);

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