void InitializeLogic()
 {
     _logic = new GameLogic();
     _logic.AttachEvents(_gc);
 }