// GET: Docente
        public ActionResult Index()

        {
            return(View(objDia.Listar()));
        }