Concept:
This is a permutation with restriction problem. First find total arrangements, then subtract invalid cases.
Step 1: Total ways without restriction.
Choose and assign 3 persons from 8:
\[
{}^{8}P_{3}=8\times7\times6=336
\]
Step 2: Subtract all-men cases.
If no woman is selected, all are men:
\[
{}^{5}P_{3}=5\times4\times3=60
\]
Step 3: Apply restriction.
\[
336-60=276
\]
\[
\boxed{276}
\]
Hence correct option:
\[
\boxed{(B)}.
\]