public void AddStruct(CILStruct @struct)
 {
     SymTable.DeclareStruct(@struct);
     _structs.Add(@struct.Name, @struct);
 }