/** Method returns number of appointments attended on time */
 internal int getNumberOfAppointmentsAttendedOnTime()
 {
     return(repo.countAttendedOnTime());
 }