public DFScell(Grid g, Location l, DFSgener m) : this(g, l, DFScell.Untouched, m) { }
public DFScell(Grid g, Location l, int i, DFSgener m) { PutSelfInGrid(g, l); this.SetState(i); Master = m; }