i see u set the parameters to your effect instance, but nowhere begin/end the render technique/passes.
Another reasson might be (not shown in your code) how your view/world matrix are set.
i assume your world matrix is just identity matrix to center the model, so your view matrix lookat should be 0, 0, 0 and the eye vector some point away ...