public static void DestroyInstanceIfExist()
 {
     instance?.Destroy();
     instance = null;
 }