public void Draw(DrawingStage stage)
 {
     if (stage == DrawingStage.Colour)
     {
         renderMethod.Draw(attachments.Properties);
     }
 }