private void SetCharInBlockTableRow(char messageChar) { Block block = matrix.ElementAt(actualRow); block.SetKeyAt(actualColumn, messageChar); }