public void UnsetCurrentSelectObj()
 {
     this.currentSelectedObj = null;
 }
 public void SetCurrentSelectObj(ObjMovement value)
 {
     this.currentSelectedObj  = value;
     this.previousSelectedObj = value;
 }