public ActionResult Index() { HomeModels data = new HomeModels(); data = HomeLogic.getInstance().GetDashboard(); return(View(data)); }