public async Task <JsonResult> GetArticles(int hotelId) { return(Json(await YummyOnlineManager.GetArticles(hotelId))); }