public List <TimesheetReportItemView> GetTimeSheetsReport()
        {
            var timesheets = TimesheetManager.GetTimesheetReportItems();

            return(timesheets);
        }