public async Task <ActionResult> GetListings(int id) { var listings = await _eventRepo.GetEventListings(id); return(PartialView(listings)); }