internal void Logout(Employee currentEmployee, DateTime now)
 {
     AttendanceRepo.UpdateAttendance(currentEmployee, DateTime.Now);
     RepoCompany.LogOut(currentEmployee.Id);
 }