I have to solve the following statements, finding the tangent planes to $f$ and its points of tangency:
that contains the line in $\mathbb{R}^3$ that passes through the points $(3,0,3)$ and $(0,-3,3)$
and this other statement:
that contains the point $(0,0,2)$
For the first statement, I tried first making the parametric equation and I found that $L(t) = (3-3t, -3t, 3)$, and I also know that the equation of the plane is given by $$p(x,y) = \frac{\partial f}{\partial x}(x_0,y_0)(x-x_0) + \frac{\partial f}{\partial y}(x_0,y_0)(y-y_0) + f(x_0,y_0) = -2x_0 (x-x_0) -2y_0 (y-y_0) + (1 -x_0^2 - y_0^2)$$ but after that, I don´t see what else to do. Could you give me any hint for both statements?

The partial derivatives are:$$f'_x = -2x, \quad f'_y = -2y$$ Thus, we have $$\begin{align}z &= \frac{\partial f}{\partial x}(x_0,y_0)(x-x_0) + \frac{\partial f}{\partial y}(x_0,y_0)(y-y_0) + f(x_0,y_0) \\ &= -2x_0(x-x_0) - 2y_0(y-y_0) -x_0^2 - y_0^2 + 1\tag{1}\end{align}$$ Since $z(0,0) = 2$, we have $$x_0^2 +y_0^2 + 1 = 2 \implies x^2_0 + y_0^2 = 1 \tag{2}$$ From this, $(1)$ simplifies to $$\begin{align}z&=-2x_0(x-x_0) - 2y_0(y-y_0) -x_0^2 - y_0^2 + 1 \\&= -2x_0x-2y_0y+x_0^2+y_0^2+1 \\&= -2x_0x-2y_0y + 2 \tag{3}\end{align} $$
For all points $(x_0,y_0)$ satisfying $(2)$, the equation $(3)$ gives a tangent plane that passes through $(0,0,2)$: For example, when $x_0 = \sqrt{\frac{2}{3}}$ and $y_0 = \sqrt{\frac{1}{3}}$ you get the following picture:
One more example with another random choice of a tangency point satisfying $(2)$: