public List <CheckTimesheetEntity> GetTimesheetList(DateTime startDate, DateTime endDate) { return(mgr.GetTimesheetList(startDate, endDate)); }