public PartialViewResult Grid()
        {
            var model = _grupoService.GetAllGrupos();

            return(PartialView("_gridGrupos", model));
        }