public static bool CreateGroup(string UserId, string GroupName) { return(GroupDB.CreateGroup(UserId, GroupName)); }