public void RegisterComponent(DrawComponent comp) { TaskManager.AddTask(comp); componentList.Add(comp); comp.Register(this); comp.Active(); }