public async Task <IActionResult> Like(int JeloID) { await _restoranApi.Like(JeloID); return(RedirectToAction("Lista")); }