private void btnGetRESTEntities_Click(object sender, RoutedEventArgs e)
        {
            Wizard.Functions.K2CRMConfig config = new Wizard.Functions.K2CRMConfig {
                User     = "******",
                Domain   = "Denallix",
                Password = "******"
            };

            Wizard.Functions.CRMEntityList el = new Wizard.Functions.CRMEntityList();

            K2.Demo.CRM.Wizard.Functions.WizardFunctions            functions = new Wizard.Functions.WizardFunctions();
            RestSharp.RestResponse <Wizard.Functions.CRMEntityList> a         = functions.GetAllEntities(el, config);
            int q = 0;
        }
        private void btnGetRESTEntities_Click(object sender, RoutedEventArgs e)
        {
            Wizard.Functions.K2CRMConfig config = new Wizard.Functions.K2CRMConfig{
                User = "******", 
                Domain = "Denallix", 
                Password = "******"
            };

            Wizard.Functions.CRMEntityList el = new Wizard.Functions.CRMEntityList();

            K2.Demo.CRM.Wizard.Functions.WizardFunctions functions = new Wizard.Functions.WizardFunctions();
            RestSharp.RestResponse<Wizard.Functions.CRMEntityList> a = functions.GetAllEntities(el, config);
            int q = 0;
        }