public ActionResult SPM(ReportViewModels.MiscReports model) { model.EndDateTime = DateTime.Today.AddDays(1); model.SPM(); return View(model); }