const GroupReportRoutes: Routes = [{
    path: "group",
    component: GroupComponent,
    children: [{ path: "", component: GroupListComponent },
    { path: "add", component: GroupAddComponent },