public async Task <IViewComponentResult> InvokeAsync(int id) { var data = await _taskRepo.GetAllTaskListAsync(id); return(View(data)); }