public static void Remove(Barrel barrel)
 {
     Barrels.Remove(barrel);
 }
 public static void Add(Barrel barrel)
 {
     Barrels.Add(barrel);
 }