public ActionResult GenerateLink(string img) { var service = new AlbumFotoService(); return(View("GenerateLink", service.GenerateLink(img))); }