public override void Update(object entitySet, Common.UpdateParameters parameters)
 {
     if (this.UpdateDisabled)
     {
         throw new ServiceSecurityException();
     }
 }
 public override void Update(object entitySet, Common.UpdateParameters parameters)
 {
     SecurityCheckMyRecord(entitySet);
 }