public void Add(Flag flag){
	    this.List.Add(flag);
	  }
 public void Add(Flag flag)
 {
     this.List.Add(flag);
 }