public async Task <JsonResult> Index(int page = 0, GridFilter filter = null) { return(Json(await _showService.GetPage(filter, page))); }