public void AddDrawable(Drawable drawable) { _drawables.Add(drawable); }
public void Remove(Drawable drawable) { _drawables.Remove(drawable); }