public async Task <IActionResult> AllCriticisms() { return(this.View(await reflectionService.GetAllCriticismsAsync(this.userManager.GetUserId(this.User)))); }