void view_NextBatle(object sender, EventArgs e)
 {
     controller.NextBatle();
     RefreshProgress();
     View();
     view.LabelStat = "У вас осталось " + player.Bonus + " свободных статов";
     log.AddChampion(view.PlayerName, view.PlayerHpMaxProgress);
 }