public static void FadeOutAndInDefault()
 {
     fadeOut.FadeOutAndIn(2, DEFAULT_FADE);
     CallFinished = true;
 }