public void drawUIR(SilverPeer peer)
 {
     pendingPaints.Add(new DrawUIR(peer));
 }
 public DrawUIR(SilverPeer peer)
 {
     this.peer = peer;
 }