public object GetAttendanceData(string account, int companyId)
 {
     return(_attendanceManager.GetAttendanceData(account, companyId));
 }