I tried to find constants:A,B,C,D but useless, i can't so i invented fiction ways ...but there's one thing which we didn't pay attention on at all, we need to divide P(z) by Q(z) manually till order of P(z) becomes less than Q(z) then find IZT of the function.
\frac {z^2-az} {z^2-b^2}=1 + \frac {-az+b^2}{z^2-b^2}
so now we can expand the resulted function in partial fractionds and find the constansts
=\frac {-az+b^2}{z^2-b^2}=\frac{A}{z-b}+\frac {B}{z+b}
A=(b-a)/2 & B=(-b-a)/2
so IZT function is:
x(n)= \delta(n)+A b^{n-1} u(n-1)+B (-b)^{n-1} u(n-1)