public void EditarInvestigacionNotNull()
        {
            EvaluacionController controller = new EvaluacionController();

            ViewResult resultado = controller.EditarInvestigacion("NADA") as ViewResult;

            Assert.IsNotNull(resultado);
        }