public int CommitChanges(ref ICSError error)
 {
     // We shall say we succeeded
     return(VSConstants.S_OK);
 }
 public int CommitChanges(ref ICSError error)
 {
     // We shall say we succeeded
     return VSConstants.S_OK;
 }