public void addCursor(CustomCursor cursor)
 {
     cursors.Add(cursor);
     this.guiCustomized = true;
 }