public static void GenerateGroups() { // groups Group g1 = GroupRepo.CreateGroup("ПМІ-21", 20); GroupRepo.AddToDb(g1); Group g2 = GroupRepo.CreateGroup("ПМІ-22", 20); GroupRepo.AddToDb(g2); Group g3 = GroupRepo.CreateGroup("ПМІ-23", 20); GroupRepo.AddToDb(g3); }