public void CreateNewBD(string path) { _agentController.CreateNewDb(path); _isDataBaseLoaded = true; onFileLoadedEvent?.Invoke(); }