private void SetSlider()
 {
     try
     {
         var Images = _ILight.ShowAllLight();
         ViewBag.SliderLightImages = Images;
     }
     catch (Exception)
     {
         throw;
     }
 }