public void GetPlayerInfoAboutCars() { long id = _uiController.GetPlayerId(); _uiController.PrintPlayer(_dbController.GetPlayerInfoById(id)); _uiController.PrintPlayerCars(_dbController.GetPlayerCarsBuId(id)); }