public SqlNewsRepository(string nameOrConnectionString) { context = new SqlNewsDbContext(nameOrConnectionString); }