internal void SaveTask(Employee e, string text) { TaskRepo.SaveTask(e, text); //RepoCompany.SaveTask(e, text); notifyObservers(new TaskEvent()); }