//private int _pageIndex;
 /// <summary>
 /// Initialize the InsurancePolicyDataContext
 /// </summary>
 public InsurancePolicyDataService()
 {
     Context = new AutoInsuranceContext();
     Context.PropertyChanged += ContextPropertyChanged;
 }
 //private int _pageIndex;
 /// <summary>
 /// Initialize the AutoTypeDataContext
 /// </summary>
 public DesignAutoTypeDataService()
 {
     Context = new AutoInsuranceContext();
     Context.PropertyChanged += ContextPropertyChanged;
 }
 //private int _pageIndex;
 /// <summary>
 /// Initialize the PurposeDataContext
 /// </summary>
 public PurposeDataService()
 {
     Context = new AutoInsuranceContext();
     Context.PropertyChanged += ContextPropertyChanged;
 }