private async Task DoClearAndGen() { Gen.Clear(); Drawer.Clear(); try { await Start(); } catch (Exception ex) { MessageBox.Show(ex.Message); } }