public void DeletePersonGroup(string groupId)
 {
     try
     {
         FaceService.DeletePersonGroup(groupId);
     } catch { }
 }