private void OnDestroy()
 {
     CurrentTool = null;
 }
 private void OnEnable()
 {
     CurrentTool = this;
 }