Concept:
Find intersection points and integrate difference.
Step 1: Write curves.
\[
y=-x^2+2x-1
\]
\[
y=-3x+3
\]
Step 2: Find intersection.
\[
-x^2+2x-1=-3x+3
\]
\[
x^2-5x+4=0
\Rightarrow x=1,4
\]
Step 3: Area.
\[
A=\int_1^4 [(-3x+3)-(-x^2+2x-1)]dx
\]
\[
=\int_1^4 (x^2-5x+4)dx
\]
\[
=\frac{25}{6}
\]
\[
\boxed{(C)}
\]