/**
  * Method returns the last appoinment
  *
  * @return date (string) of the the last appointment attended
  */
 public string getDateOfTheLastAppointment()
 {
     return(repo.getLastAppointment());
 }