public CoolInventoryView(GameObjectManager gameObjectManager, FollowCamera camera, ModelToEntity mToEInventory)
 {
     this.gameObjectManager = gameObjectManager;
     this.camera            = camera;
     this.mToEInventory     = mToEInventory;
 }