public ActionResult Dashboard()
        {
            var result = _reportLogic.GetDashboard();

            return(View(result));
        }