public ActionResult AdminPage() { return(View(_infoService.SetInformationViewModel(User.Identity.Name, string.Empty))); }