public void testGetPatientPresenter()
        {
            PatientPresenter patientPresenter = presenterFactory.getPatientPresenter(
                presenterFactory, new RepositoryFactory());

            Assert.IsNotNull(patientPresenter);
        }