internal static void FlushUI(this SpriteBatch batch)
 {
     batch.End();
     batch.BeginUI();
 }