public GroupDB GetGroupById(int groupId) { DBManager db = new DBManager(); return db.GetGroupById(groupId); }