public override void Add(MainComp component) { Add(component); }
public virtual void Add(MainComp component) { throw new NotImplementedException(); }