private void btnCancel_Click(object sender, RoutedEventArgs e)
 {
     Objcall = null;
     this.Close();
 }
 private void btnOk_Click(object sender, RoutedEventArgs e)
 {
     Objcall.SaveToXml(strfile);
     Objcall = null;
     this.Close();
 }