public void Invoke() { string appointment = databaseController.GetAppointmentForPaitient(); System.Console.WriteLine(appointment); }