public void Open()
 {
     _open = this;
 }
 public void Close()
 {
     _open     = null;
     DrawPoint = true;
 }