public ActionResult AllHours() { TimeSpan allTimeSpan = Hour.AllHours(); return(View("~/Views/Report/AllHours.cshtml", allTimeSpan)); }