public void Cancel()
 {
     if (EditItemControl != null)
     {
         EditItemControl.Cancel();
     }
 }