public IActionResult LawUnitGroupReport() { var model = new CaseSelectionProtokoLUGrouplFilterVM(); ViewBag.GroupId_ddl = service.GetCourtGroups(userContext.CourtId); return(View(model)); }