public Repository() { _db = new ProjectDataSource(); }
public Repository(string connectionString) { _db = new ProjectDataSource(connectionString); }