public IEnumerable <CarouselSetUp> GetAllCarouselSetUp(int OrganizationID, int ClientID)
 {
     return(Mapper.Map <IEnumerable <CarouselSetUp> >(_carouselSetUp.GetAllCarouselSetUp(OrganizationID, ClientID)));
 }
        public void Get_AllCarousel()
        {
            IEnumerable <BLModel.CarouselSetUp> _carouselDataResult = _carouselSetupBL.GetAllCarouselSetUp(0, 14);

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