public List <CRONUS_Employee_Top5_Absence> GetTop5EmployeesAbsent()
 {
     return(controller.GetTop5EmployeesAbsent());
 }