public NewsFeedTableSource(PhotoDataSource source) { _source = source; }
static PhotoDataSource() { Source = new PhotoDataSource(); }