public Game(MainWindow F) { Field = F; Controler = new ViewModelControl(); god = new God(Controler); }
public God(ViewModelControl control) { Control = control; }