public static void MoveObject(GameObject Obj)
 {
     moveObject = Obj;
     IsInUse    = true;
     instance.OnSelect();
 }