public async Task <IActionResult> FeaturePhoto(Guid id) { await _repository.FeaturePhotoAsync(id); return(RedirectToAction("Index", "Home")); }