private bool isFactory(Outpost o)
 {
     return(o.GetOutpostType() == OutpostType.Factory);
 }