public void Save()
        {
            var s = CommonProc.ConvertObjectToString(this);

            CommonProc.SaveStringToFile(s);
        }