public IActionResult OnGet(string id) { Author = dataAcces.GetAuthor(id); Items = dataAcces.GetItemsOfAuthor(Author.Id); return(Page()); }