public async Task <IActionResult> Details(int id)
 {
     return(View(await _contentsService.FindContentByIdAsync(id)));
 }