public async Task <IActionResult> BindPhotosToClusters() { return(await AdminAction(async() => { await _photoService.BindPhotosToClusters(); })); }