public void Register(object s)
        {
            PatientCatalog PatientCatalog = new PatientCatalog();

            PatientCatalog.GetData(Patient);
            PatientCatalog.Post();
            Type type = typeof(PatientListView);

            FrameNavigation.ActivateFrameNavigation(type);
        }