public ScreenRepository(PcsContext context) { _db = context; }
public PcsRepository(PcsContext context) { _db = context; }