public AfterParent(PlayerDrawLayer parent)
 {
     Parent = parent;
 }
 public BeforeParent(PlayerDrawLayer parent)
 {
     Parent = parent;
 }