/** Method returns number of appointments cancelled on time */ internal int getNumberOfCancelledAppointments() { return(repo.countCancelledOnTimeAppointents()); }