public ViewModelCustomerEditWindow(AMS_AdCustomer model)
 {
     _CustomerModel = model;
 }
 public ViewModelCustomerEditWindow()
 {
     _CustomerModel = new AMS_AdCustomer();
 }