private void GetRefreshCustomerWarrantyInformedCollection()
 {
     Task.Factory.StartNew(() =>
     {
         this.Entity = CustomerAction.GetCustomerWarrantyInformedList(this.DBConnectionString, this.SelectedCustomer);
     });
 }