public ActionResult Index(int page = 1) { var photos = FileManagerService.GetPhotos(page); return(View(photos)); }