public static void FadeOut(float fadeOutTick)
 {
     fadeOut.FadeOutScreen(fadeOutTick);
     CallFinished = true;
 }