/// <summary>Removes all privileges.</summary>
 public void RemoveAll()
 {
     ctrl.RemoveAllRights(user);
 }