public TempleteInfoPopViewModel()
 {
     ThriftServiceNameSpace.ThriftService thirft = new ThriftServiceNameSpace.ThriftService();
     _FaceObj = new FaceObj();
     //初始化模版类型
     Type         = thirft.QueryDefFaceObjType();
     SelectedType = 0;
     //初始化模版性别
     Sex = new List <string>()
     {
         "未知", "男", "女"
     };
 }