public ActionResult GetLink(Poza poza) { var service = new AlbumFotoService(); ViewBag.Link = AlbumFotoService.GetBlobSasUri(service.PhotoContainer, poza.Description); return(View("Index", service.GetPoze())); }