public void RemoveAttribute(IAttribute param)
 {
     _functionDeclaration.RemoveAttribute(param);
 }