public EmployeeRepository() { SqlHandler = new BaseSqlHandler(); }
public AccountRepsitory() { SqlHandler = new BaseSqlHandler(); }