public IActionResult MonthlyIncome() { ViewBag.YearList = incomeManager.GetYearList(); return(View()); }