public IActionResult Index() { var model = _yieldService.GetAllYieldForList(userId); return(View(model)); }