public void AddSubCall(Call call, int callSiteLine)
 {
     m_SubCalls.Add(call);
     call.NotifyCallSiteChanged(this, callSiteLine);
 }