private void toolStripBtnSave_Click(object sender, EventArgs e)
 {
     var xmlString = XmlSaver.SaveXml(m_project);
 }