public LogicTerminal() { _dailyRecordRepository = new RepositoryFactory().GetDailyRecordRepository(); _personRepository = new RepositoryFactory().GetPersonRepository(); _employeeRepository = new RepositoryFactory().GetEmployeeRepository(); }