public SelectCustomerViewModel()
 {
     _customerModel = new CustomerInformationModel();
     InitializeCustomers();
 }
 public StartScreenPageViewModel()
 {
     _customerModel = new CustomerInformationModel();
     _configurationModel = new ConfigurationModel();
 }