public IMenuItem Add(IMenuItem child, bool condition = true) { MenuBuilder.Add(this, child, condition); return(this); }