protected override void Start()
 {
     base.Start();
     ActionController = new PlayerActionController(this);
     _playerWidnow.InitComponents();
     PlayerInventoryController = new PlayerInventoryController(this);
     PlayerEquipmentController = new PlayerEquipmentController(this);
 }