public async Task <ActionResult> GetAll()
 {
     return(Json(await _slideShowService.GetAll(), JsonRequestBehavior.AllowGet));
 }