internal List <Attendance> GetAttendancesForEmployee(Employee e)
 {
     return(AttendanceRepo.GetAttendancesForEmployee(e));
 }