// Suppress the UMLObject
 void CmdCreateUMLObject::undo()
 {
     UMLDoc *doc = UMLApp::app()->document();
     doc->removeUMLObject(m_obj);
 }