public IEnumerable <Income> LoadOfMonth(DateTime monthWanted) { return(_repository.GetForMonthAndYear(monthWanted.Month, monthWanted.Year)); }