public IActionResult MyItems() { portalService.SetViewDataUser(ViewData); return(View("MyItems", portalService.MyItems())); }