public enum CellType
{
	Blank,
	Start,
	Middle,
	End
}