private bool Update(EA.Stereotype strTp)
        {
            bool result = strTp.Update();

            if (result == false)
            {
                throw new Exception("Update Didn't work out properlly!!!");
            }
            return(result);
        }
 public EAElementsUpdaterHandler(EA.Stereotype stereotype)
 {
     this.stereotype = stereotype;
 }