private void OnDisable()
 {
     Instance = null;
 }
 private void OnEnable()
 {
     ConstructGraphView();
     Instance = this;
 }