public Cell(Grain grain) { Grain = grain; }
public void ClearGrain() { Grain = Grain.EmptyGrain; }
public Cell() { Grain = Grain.EmptyGrain; }