public void Remove(Group group)
 {
     throw new NotImplementedException();
 }
 public void Update(Group group)
 {
     throw new NotImplementedException();
 }
 public Guid Add(Group group)
 {
     throw new NotImplementedException();
 }