public override void Initialize()
 {
     cHandler = new ControlHandler();
     keyBindingsContent = new KeyBindingsContent(graphics, Content);
 }