public void CarregarListaDados() { HomeModel objHomeModel = new HomeModel(); ViewBag.Lista = objHomeModel.GetAll() ; }