public Brewery()
 {
     Geo = new Geo();
     Address = new List<string>();
 }
 public Brewery()
 {
     Geo     = new Geo();
     Address = new List <string>();
 }